"comfy/vscode:/vscode.git/clone" did not exist on "ef4f6037cbbbd4150c44862eb398428b70f19263"
Unverified Commit 30f274bf authored by missionfloyd's avatar missionfloyd Committed by GitHub
Browse files

Make the default true

parent a126e2c1
......@@ -120,7 +120,7 @@ function dragElement(dragEl, settings) {
id: "Comfy.ConfirmClear",
name: "Require confirmation when clearing workflow",
type: "boolean",
defaultValue: false,
defaultValue: true,
});
function dragMouseDown(e) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment