Fixed typo that prevent TabRememberHelper to work

This commit is contained in:
Jan Böhmer 2022-08-02 00:25:45 +02:00
parent 497def50cd
commit cd249307a4

View file

@ -50,7 +50,7 @@ class TabRememberHelper {
if (activeTab) { if (activeTab) {
//Reveal our tab selector (needed for nested tabs) //Reveal our tab selector (needed for nested tabs)
this.revealElementOnTab(element); this.revealElementOnTab(activeTab);
//Finally show the active tab itself //Finally show the active tab itself
Tab.getOrCreateInstance(activeTab).show(); Tab.getOrCreateInstance(activeTab).show();