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