open routing when creating a file
This commit is contained in:
parent
86d941b00d
commit
6d9fdda1a7
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ export function createFile() {
|
||||||
dbUtils.add(file);
|
dbUtils.add(file);
|
||||||
|
|
||||||
selectFileWhenLoaded(file._data.id);
|
selectFileWhenLoaded(file._data.id);
|
||||||
|
currentTool.set(Tool.ROUTING);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function triggerFileInput() {
|
export function triggerFileInput() {
|
||||||
|
|
Loading…
Reference in a new issue