mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 13:01:51 +02:00
Fix key attribute in v-for loop for default key bindings
This commit is contained in:
parent
aa7daf4ed6
commit
c4056096a6
@ -137,7 +137,7 @@
|
||||
<tbody>
|
||||
<KeyBindRow
|
||||
v-for="key in fixedKeymap"
|
||||
:key="key.key"
|
||||
:key="key.source + '_' + key.key"
|
||||
:keys="key.key"
|
||||
:command="key.command"
|
||||
:isDefault="key.isDefault"
|
||||
|
Loading…
x
Reference in New Issue
Block a user