Improve speed of changing input tabs.

Handle not finding an active tab
This commit is contained in:
j433866 2019-06-06 16:53:58 +01:00
parent c2087f6d5f
commit 97f86af6b9
2 changed files with 4 additions and 3 deletions

View file

@ -288,8 +288,6 @@ class TabWaiter {
} else {
this.hideTabBar();
}
this.changeTab(activeTab, io);
}
/**