mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-15 12:54:50 +00:00
clear selection on copy
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user