mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +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 "no":
|
||||||
case "off":
|
case "off":
|
||||||
case "0":
|
case "0":
|
||||||
|
case "none":
|
||||||
case null:
|
case null:
|
||||||
case undefined:
|
case undefined:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user