Don't hide popup when scrolling (resolves #21)
This commit is contained in:
parent
ef86c69bd6
commit
66fe5018cf
@ -37,7 +37,6 @@ class Driver {
|
||||
window.addEventListener('mousedown', this.onMouseDown.bind(this));
|
||||
window.addEventListener('mousemove', this.onMouseMove.bind(this));
|
||||
window.addEventListener('keydown', this.onKeyDown.bind(this));
|
||||
window.addEventListener('scroll', e => this.hidePopup());
|
||||
window.addEventListener('resize', e => this.hidePopup());
|
||||
|
||||
getOptions().then(opts => {
|
||||
|
Loading…
Reference in New Issue
Block a user