added support for long-clicking for context menu when right click is set to paste (#4858)

This commit is contained in:
Eugene Pankov
2021-11-14 10:59:08 +01:00
parent a1dbcdbae3
commit 39389f77d0
2 changed files with 25 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ h3.mb-3 Terminal
.form-line
.header
.title Right click
.description(*ngIf='config.store.terminal.rightClick == "paste"') Long-click for context menu
.btn-group(
[(ngModel)]='config.store.terminal.rightClick',
(ngModelChange)='config.save()',