Close the context menu on mousewheel movement

This commit is contained in:
Ivan Kozik 2015-04-25 12:20:46 +00:00
parent c1ac3f6fee
commit b2cacb4a12

View File

@ -1436,6 +1436,13 @@ var Dashboard = function() {
this.contextMenuRenderer.blur();
}
}.bind(this);
// In Chrome, the native context menu disappears when you wheel around, so
// match that behavior for our own context menu.
if(isChrome) {
document.onwheel = function(ev) {
this.contextMenuRenderer.blur();
}.bind(this);
}
}
this.jobsRenderer = new JobsRenderer(