mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
build fix
This commit is contained in:
@@ -53,7 +53,7 @@ const OpenWrite = () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// btw初始化后,开始监听read-more-wrap何时消失
|
// btw初始化后,开始监听read-more-wrap何时消失
|
||||||
let intervalId = setInterval(() => {
|
const intervalId = setInterval(() => {
|
||||||
const readMoreWrapElement = document.getElementById('read-more-wrap')
|
const readMoreWrapElement = document.getElementById('read-more-wrap')
|
||||||
|
|
||||||
if (!readMoreWrapElement) {
|
if (!readMoreWrapElement) {
|
||||||
|
|||||||
Reference in New Issue
Block a user