mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Add missing param (#1090)
This commit is contained in:
parent
e345ba4f60
commit
d459112676
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ exports.extend = function (terminal) {
|
|||
if (sel.focusNode && sel.focusNode.nodeName === '#text') {
|
||||
terminal.screen_.expandSelection(sel);
|
||||
if (terminal.copyOnSelect) {
|
||||
terminal.copyStringToClipboard();
|
||||
terminal.copyStringToClipboard(sel);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue