mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #914 from Tyriar/913_mousedown_prop
Allow mousedown even to propagate on right click
This commit is contained in:
@@ -316,7 +316,6 @@ export class SelectionManager extends EventEmitter implements ISelectionManager
|
||||
// If we have selection, we want the context menu on right click even if the
|
||||
// terminal is in mouse mode.
|
||||
if (event.button === 2 && this.hasSelection) {
|
||||
event.stopPropagation();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user