Fix a bug when closing a tab (#3460)
This commit is contained in:
parent
cd9bae5c29
commit
4aea2a2e10
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ class Tabs:
|
|||
self._previous_tab = None
|
||||
if is_current:
|
||||
self.restore_previous_tab()
|
||||
self._previous_tab = None
|
||||
self._validate_current_index()
|
||||
|
||||
def restore_previous_tab(self):
|
||||
|
|
Loading…
Reference in a new issue