mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 05:40:15 +08:00
Make the default true
This commit is contained in:
parent
2c46a37229
commit
5885832d11
@ -120,7 +120,7 @@ function dragElement(dragEl, settings) {
|
|||||||
id: "Comfy.ConfirmClear",
|
id: "Comfy.ConfirmClear",
|
||||||
name: "Require confirmation when clearing workflow",
|
name: "Require confirmation when clearing workflow",
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
function dragMouseDown(e) {
|
function dragMouseDown(e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user