Update editEntities to turn off when switching domains

This commit is contained in:
Ryan Huffman 2015-02-24 10:47:55 -08:00
parent 4641bd0cd9
commit c9818c184a

View file

@ -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();
}; };