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) { ...@@ -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) {
......
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