mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
Update editEntities to call setActive on init
This commit is contained in:
parent
c13ba4a318
commit
4335a41002
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ var toolBar = (function () {
|
|||
visible: true
|
||||
});
|
||||
|
||||
that.setActive(false);
|
||||
}
|
||||
|
||||
that.setActive = function(active) {
|
||||
|
|
Loading…
Reference in a new issue