fixed hotkeys page crash - fixes #3311

This commit is contained in:
Eugene Pankov 2021-01-09 16:15:20 +01:00
parent cd6d05aa69
commit bba1eaccbe
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -307,7 +307,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
td {{hotkey.id}}
td.pr-5
multi-hotkey-input(
[model]='getHotkey(hotkey.id)',
[model]='getHotkey(hotkey.id) || []',
(modelChange)='setHotkey(hotkey.id, $event); config.save(); docking.dock()'
)