Start in normal mode with first item selected
continuous-integration/drone/push Build is passing Details

single-block-api
Peter Stuifzand 3 years ago
parent e32c2391a0
commit 7199e0c1da

@ -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) {

Loading…
Cancel
Save