mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed typo that prevent TabRememberHelper to work
This commit is contained in:
parent
497def50cd
commit
cd249307a4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class TabRememberHelper {
|
|||
if (activeTab) {
|
||||
|
||||
//Reveal our tab selector (needed for nested tabs)
|
||||
this.revealElementOnTab(element);
|
||||
this.revealElementOnTab(activeTab);
|
||||
|
||||
//Finally show the active tab itself
|
||||
Tab.getOrCreateInstance(activeTab).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue