mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
return tablet to home on change domain
This commit is contained in:
parent
3b8e52ea41
commit
6f020a7ec8
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ var toolBar = (function () {
|
|||
Window.domainChanged.connect(function () {
|
||||
that.setActive(false);
|
||||
that.clearEntityList();
|
||||
tablet.gotoHomeScreen();
|
||||
});
|
||||
|
||||
Entities.canAdjustLocksChanged.connect(function (canAdjustLocks) {
|
||||
|
|
Loading…
Reference in a new issue