Restore nav state hydration
This commit is contained in:
@@ -236,9 +236,6 @@ export class NavigationModel {
|
||||
}
|
||||
|
||||
hydrate(v: unknown) {
|
||||
// this.tabs.length = 0
|
||||
// this.tabIndex = 0
|
||||
return // DEBUG
|
||||
if (isObj(v)) {
|
||||
if (hasProp(v, 'tabs') && Array.isArray(v.tabs)) {
|
||||
for (const tab of v.tabs) {
|
||||
|
||||
Reference in New Issue
Block a user