Fixed not operator !working
This commit is contained in:
@@ -377,6 +377,7 @@ export default {
|
||||
disabledNodeCount += 1;
|
||||
}
|
||||
} catch (e){
|
||||
console.warn(e);
|
||||
let error = prettifyParseError(e);
|
||||
node._disabledBySlotFillerCondition = true;
|
||||
node._conditionError = error;
|
||||
|
||||
Reference in New Issue
Block a user