Improved slot tag handling
This commit is contained in:
@@ -150,7 +150,8 @@
|
||||
},
|
||||
canFillWithMany(){
|
||||
return this.isSlot && (
|
||||
this. node.quantityExpected?.value === 0 ||
|
||||
!this.node.quantityExpected ||
|
||||
this.node.quantityExpected.value === 0 ||
|
||||
(this.node.quantityExpected.value > 1 && this.node.spaceLeft > 0)
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user