mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
update timeout
This commit is contained in:
@@ -67,7 +67,7 @@ export const getLayoutByTheme = ({ router, theme }) => {
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
checkThemeDOM()
|
||||
}, 100)
|
||||
}, 1000)
|
||||
const components =
|
||||
ThemeComponents[getLayoutNameByPath(router.pathname, router.asPath)]
|
||||
if (components) {
|
||||
|
||||
Reference in New Issue
Block a user