Don't hide popup when scrolling (resolves #21)

This commit is contained in:
Alex Yatskov 2016-10-12 21:12:21 -07:00
parent ef86c69bd6
commit 66fe5018cf

View File

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