Fix add component keyboard shortcut
This commit is contained in:
parent
9883157f30
commit
4759cdffe7
|
@ -36,7 +36,7 @@
|
||||||
confirmEjectDialog.show()
|
confirmEjectDialog.show()
|
||||||
},
|
},
|
||||||
["Ctrl+Enter"]: () => {
|
["Ctrl+Enter"]: () => {
|
||||||
$goto("./new")
|
$goto(`./${$store.selectedComponentId}/new`)
|
||||||
},
|
},
|
||||||
["Delete"]: component => {
|
["Delete"]: component => {
|
||||||
// Don't show confirmation for the screen itself
|
// Don't show confirmation for the screen itself
|
||||||
|
|
Loading…
Reference in New Issue