WIP
This commit is contained in:
parent
f22fcb0a5d
commit
0afc4579c5
@ -102,10 +102,7 @@ class Driver {
|
||||
onMouseDown(e) {
|
||||
this.lastMousePos = {x: e.clientX, y: e.clientY};
|
||||
this.popupTimerClear();
|
||||
|
||||
if (this.popup.visible()) {
|
||||
this.hidePopup();
|
||||
}
|
||||
this.hidePopup();
|
||||
}
|
||||
|
||||
onBgMessage({action, params}, sender, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user