1
1
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:
Eugene Pankov 2019-06-14 17:19:00 +02:00
parent 496f0288dc
commit ba10b89006

View File

@ -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':