This commit is contained in:
sussy layers dev 2023-11-07 16:43:00 +00:00 committed by GitHub
commit cec30bfc2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ function register() {
inputsInline: true,
colour: categoryColor
}, () => {
return `true`;
return [`true`, javascriptGenerator.ORDER_ATOMIC];
})
// false
@ -24,7 +24,7 @@ function register() {
inputsInline: true,
colour: categoryColor
}, () => {
return `false`;
return [`false`, javascriptGenerator.ORDER_ATOMIC];
})
}