bugfix
This commit is contained in:
parent
d1680c32e5
commit
75025ed307
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user