mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
refactor key bindings
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user