This commit is contained in:
Alex Yatskov 2016-10-17 09:17:10 -07:00
parent f22fcb0a5d
commit 0afc4579c5

View File

@ -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) {