mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +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.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