mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Treat none as a boolean false in drag-and-drop
This commit is contained in:
parent
5f6b798e35
commit
84bddee2ce
@ -25,6 +25,7 @@ function parseBoolean(stringValue) {
|
||||
case "no":
|
||||
case "off":
|
||||
case "0":
|
||||
case "none":
|
||||
case null:
|
||||
case undefined:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user