mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 15:09:43 +00:00
mermaid 样式调整
This commit is contained in:
@@ -15,7 +15,7 @@ const WalineComponent = (props) => {
|
||||
const router = useRouter()
|
||||
|
||||
const updateWaline = url => {
|
||||
if (url !== path) {
|
||||
if (url !== path && waline) {
|
||||
waline.update(props)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user