block picker fix

This commit is contained in:
Hugh Bord 2022-09-13 16:31:10 +08:00
parent 4aeb5097b7
commit 292b11578d

View File

@ -1208,9 +1208,9 @@ export default {
if (this.canText) {
this.$store.commit(
"changeChar",
{ char: targetBlock.char === undefined
targetBlock.char === undefined
? this.currentChar
: targetBlock.char }
: targetBlock.char
);
}