Start in normal mode with first item selected
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e32c2391a0
commit
7199e0c1da
|
@ -139,12 +139,13 @@ function editor(root, inputData, options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function start() {
|
function start() {
|
||||||
|
root.focus();
|
||||||
disableDragging(drake)
|
disableDragging(drake)
|
||||||
render(root, store);
|
render(root, store);
|
||||||
drake = enableDragging(root)
|
drake = enableDragging(root)
|
||||||
|
|
||||||
cursor.set(0)
|
cursor.set(0)
|
||||||
startEditing(root, store, cursor)
|
trigger('change')
|
||||||
}
|
}
|
||||||
|
|
||||||
function getChildren(id) {
|
function getChildren(id) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user