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