Fix the right click paste in IE11

This commit is contained in:
hiro-su
2016-11-08 14:56:57 +09:00
parent bf334238b7
commit 547db92693
+1 -1
View File
@@ -458,7 +458,7 @@ Terminal.prototype.initGlobal = function() {
rightClickHandler.call(this, ev, term);
}
if (term.browser.isFirefox || term.browser.isMSIE) {
if (term.browser.isFirefox) {
on(this.element, 'mousedown', function (ev) {
if (ev.button == 2) {
rightClickHandlerWrapper(ev);