refactor key bindings

This commit is contained in:
Dmitry Vasilev
2022-10-25 04:43:35 +08:00
parent 6a0a01c126
commit 6a11e1d0d8
5 changed files with 28 additions and 52 deletions

View File

@@ -129,6 +129,11 @@ export class ValueExplorer {
Click - select and toggles expand
*/
if(e.key == 'F1') {
this.on_escape()
return
}
const current_object = get_path(this.value, this.current_path)