build fix

This commit is contained in:
tangly1024.com
2024-09-06 14:53:20 +08:00
parent d2859a7dd4
commit b0d6865ddf

View File

@@ -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) {