Start in normal mode with first item selected
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-08-12 00:01:54 +02:00
parent e32c2391a0
commit 7199e0c1da

View File

@ -139,12 +139,13 @@ function editor(root, inputData, options) {
}
function start() {
root.focus();
disableDragging(drake)
render(root, store);
drake = enableDragging(root)
cursor.set(0)
startEditing(root, store, cursor)
trigger('change')
}
function getChildren(id) {