Co-authored-by: Terry Jia <terryjia88@gmail.com>
This commit is contained in:
Chenlei Hu
2025-02-16 09:56:26 -05:00
committed by GitHub
parent 6ca4d9a08b
commit ff6c6f7ae4
5 changed files with 10 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ on:
branches:
- main
- master
- core/*
paths:
- "package.json"
@@ -40,9 +41,9 @@ jobs:
files: |
dist.zip
tag_name: v${{ steps.current_version.outputs.version }}
draft: false
draft: true
prerelease: false
make_latest: "true"
make_latest: "false"
generate_release_notes: true
publish_types:
runs-on: ubuntu-latest

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@comfyorg/comfyui-frontend",
"version": "1.9.17",
"version": "1.9.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@comfyorg/comfyui-frontend",
"version": "1.9.17",
"version": "1.9.18",
"license": "GPL-3.0-only",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.9.17",
"version": "1.9.18",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",

View File

@@ -20,7 +20,7 @@
<div
v-if="animations && animations.length > 0"
class="absolute top-0 left-0 w-full flex justify-center pt-2 gap-2 items-center z-10"
class="absolute top-0 left-0 w-full flex justify-center pt-2 gap-2 items-center pointer-events-auto z-10"
>
<Button class="p-button-rounded p-button-text" @click="togglePlay">
<i

View File

@@ -1,5 +1,7 @@
<template>
<div class="absolute top-2 left-2 flex flex-col gap-2 z-20">
<div
class="absolute top-2 left-2 flex flex-col gap-2 pointer-events-auto z-20"
>
<Button class="p-button-rounded p-button-text" @click="toggleCamera">
<i
class="pi pi-camera text-white text-lg"