mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 00:33:37 +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.browseAsync("Select Model to Import", "", "*.json");
|
||||
} else {
|
||||
Window.promptTextChanged.connect(onFileOpenChanged);
|
||||
Window.promptTextChanged.connect(onPromptTextChanged);
|
||||
Window.promptAsync("URL of SVO to import", "");
|
||||
}
|
||||
} else if (menuItem === "Entity List...") {
|
||||
|
|
Loading…
Reference in a new issue