mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-27 12:39:29 +08:00
88f5d33ab2
This Pull Request addresses a race condition in the updateIframeHeight function where it is sometimes called when the iframe is not fully loaded or accessible resulting in an alarming error message for the user. To address this we: 1. Add defensive programming within the updateIframeHeight function 2. Delay instantiating the intersection observer until the iframe has loaded Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
---|---|---|
.. | ||
anchors.ts | ||
asciicast.ts | ||
codecopy.ts | ||
common.ts | ||
content.ts | ||
html2markdown.test.ts | ||
html2markdown.ts | ||
math.ts | ||
mermaid.ts | ||
tasklist.ts |