mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19:03 +00:00
fix loading last opened panel
This commit is contained in:
parent
29967a366f
commit
f74eda48b5
@ -144,7 +144,8 @@ module.exports = {
|
|||||||
loaded = true;
|
loaded = true;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (!loaded) {
|
}
|
||||||
|
if (!loaded) {
|
||||||
loadContent(panelMods[0]);
|
loadContent(panelMods[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user