mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +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;
|
||||
}
|
||||
|
||||
Window.domainChanged.connect(function() {
|
||||
that.setActive(false);
|
||||
});
|
||||
|
||||
that.cleanup = function () {
|
||||
toolBar.cleanup();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue