Skip to content

Commit 46ff8b1

Browse files
committed
Update ClassBitmaskCalculator.vue
1 parent 5ed0428 commit 46ff8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/tools/ClassBitmaskCalculator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default {
182182
});
183183
184184
this.$emit("update:inputData", parseInt(bitmask));
185-
this.$emit("selectOnly", this.isOnlySelectedAndEnabled);
185+
this.$emit("selectOnly", this.onlySelected);
186186
this.$emit("input", parseInt(bitmask));
187187
this.$emit("fired", "true");
188188
},

0 commit comments

Comments
 (0)