Skip to content

Commit

Permalink
Merge pull request #2710 from tangly1024/release/4.7.0
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
tangly1024 committed Sep 6, 2024
2 parents 3dc7830 + b0d6865 commit 9e76e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/OpenWrite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9e76e61

Please sign in to comment.