mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
after clicking a tab, remember which tab was clicked
This commit is contained in:
parent
80e1d36cd0
commit
db50adac05
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ var LevelDropdownView = ContainedBase.extend({
|
|||
if (id === this.JSON.selectedTab) {
|
||||
return;
|
||||
}
|
||||
this.selectedTab = id;
|
||||
this.updateTabTo(id);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue