1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Fix add component keyboard shortcut

This commit is contained in:
Andrew Kingston 2023-08-23 15:21:18 +01:00
parent 9883157f30
commit 4759cdffe7

View file

@ -36,7 +36,7 @@
confirmEjectDialog.show()
},
["Ctrl+Enter"]: () => {
$goto("./new")
$goto(`./${$store.selectedComponentId}/new`)
},
["Delete"]: component => {
// Don't show confirmation for the screen itself