mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Make the default true
This commit is contained in:
parent
a126e2c185
commit
30f274bf48
@ -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