diff --git a/lib/client/terminal/term.js b/lib/client/terminal/term.js index 0ae2a379..073fb13f 100644 --- a/lib/client/terminal/term.js +++ b/lib/client/terminal/term.js @@ -5622,8 +5622,8 @@ function off(el, type, handler, capture) { function cancel(ev) { if (ev.preventDefault) ev.preventDefault(); ev.returnValue = false; - if (ev.stopPropagation) ev.stopPropagation(); - ev.cancelBubble = true; + //if (ev.stopPropagation) ev.stopPropagation(); + //ev.cancelBubble = true; return false; }