Make the default true

This commit is contained in:
missionfloyd 2023-04-04 21:53:02 -06:00 committed by GitHub
parent a126e2c185
commit 30f274bf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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