mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:24:08 +02:00
clear selection on reload
This commit is contained in:
parent
8e2b06a8e5
commit
7675c83f92
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ Window {
|
|||
|
||||
function reload() {
|
||||
Assets.mappingModel.refresh();
|
||||
treeView.selection.clear();
|
||||
}
|
||||
|
||||
function handleGetMappingsError(errorCode) {
|
||||
|
|
Loading…
Reference in a new issue