mirror of
https://github.com/overte-org/overte.git
synced 2025-06-06 16:02:03 +02:00
Merge pull request #11756 from ctrlaltdavid/21592
Fix import from URL adding multiple copies of imported entities
This commit is contained in:
commit
40baca6ee1
1 changed files with 1 additions and 1 deletions
|
@ -1542,7 +1542,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