mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 07:03:44 +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
|
visible: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
that.setActive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.setActive = function(active) {
|
that.setActive = function(active) {
|
||||||
|
|
Loading…
Reference in a new issue