mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-02 23:45:45 +03:00
clear selection on copy
This commit is contained in:
parent
496f0288dc
commit
ba10b89006
@ -101,6 +101,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
||||
break
|
||||
case 'copy':
|
||||
this.frontend.copySelection()
|
||||
this.frontend.clearSelection()
|
||||
this.toastr.info('Copied')
|
||||
break
|
||||
case 'paste':
|
||||
|
Loading…
Reference in New Issue
Block a user