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