mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 09:51:33 +02:00
Update editEntities to turn off when switching domains
This commit is contained in:
parent
4641bd0cd9
commit
c9818c184a
1 changed files with 4 additions and 0 deletions
|
@ -396,6 +396,10 @@ var toolBar = (function () {
|
||||||
return handled;
|
return handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Window.domainChanged.connect(function() {
|
||||||
|
that.setActive(false);
|
||||||
|
});
|
||||||
|
|
||||||
that.cleanup = function () {
|
that.cleanup = function () {
|
||||||
toolBar.cleanup();
|
toolBar.cleanup();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue