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 break
case 'copy': case 'copy':
this.frontend.copySelection() this.frontend.copySelection()
this.frontend.clearSelection()
this.toastr.info('Copied') this.toastr.info('Copied')
break break
case 'paste': case 'paste':