mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:18:36 +02:00
Fix import from URL adding multiple copies of imported entities
This commit is contained in:
parent
26c77ba72d
commit
b272b2e6c8
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ function handeMenuEvent(menuItem) {
|
||||||
Window.openFileChanged.connect(onFileOpenChanged);
|
Window.openFileChanged.connect(onFileOpenChanged);
|
||||||
Window.browseAsync("Select Model to Import", "", "*.json");
|
Window.browseAsync("Select Model to Import", "", "*.json");
|
||||||
} else {
|
} else {
|
||||||
Window.promptTextChanged.connect(onFileOpenChanged);
|
Window.promptTextChanged.connect(onPromptTextChanged);
|
||||||
Window.promptAsync("URL of SVO to import", "");
|
Window.promptAsync("URL of SVO to import", "");
|
||||||
}
|
}
|
||||||
} else if (menuItem === "Entity List...") {
|
} else if (menuItem === "Entity List...") {
|
||||||
|
|
Loading…
Reference in a new issue