mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 07:05:17 +00:00
Merge pull request #289 from Tyriar/151_allow_wheel_in_application_mode
Allow wheel events in application mode
This commit is contained in:
commit
8bf8147028
@ -1017,7 +1017,6 @@ Terminal.prototype.bindMouse = function() {
|
||||
// the shell for example
|
||||
on(el, 'wheel', function(ev) {
|
||||
if (self.mouseEvents) return;
|
||||
if (self.applicationKeypad) return;
|
||||
self.viewport.onWheel(ev);
|
||||
return self.cancel(ev);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user