This commit is contained in:
Yuan 2022-08-03 10:00:49 +08:00
parent d1680c32e5
commit 75025ed307

View File

@ -535,7 +535,7 @@ export default {
}, },
buttonDown(operation, commandTypeList, color) { buttonDown(operation, commandTypeList, color) {
this.clearOperate() this.clearOperate()
this.pressedSignalButton.instance.pressDown(true, color) this.pressedSignalButton && this.pressedSignalButton.instance.pressDown(true, color)
if (operation != this.Command.cancel.clearMbm.operation) { if (operation != this.Command.cancel.clearMbm.operation) {
const operate = { const operate = {
operation: operation, operation: operation,