mirror of
https://github.com/Eugeny/tabby.git
synced 2026-09-24 07:25:18 -05:00
@@ -48,7 +48,7 @@ export class XTermFrontend extends Frontend {
|
||||
this.title.next(title)
|
||||
})
|
||||
this.xterm.onSelectionChange(() => {
|
||||
if (this.copyOnSelect) {
|
||||
if (this.copyOnSelect && this.getSelection()) {
|
||||
this.copySelection()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user