You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/markup
william-allspice 88f5d33ab2
Fix race condition in mermaid observer (#32599)
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>
2 months ago
..
anchors.ts Fix a number of typescript issues (#32459) 3 months ago
asciicast.ts Convert frontend code to typescript (#31559) 7 months ago
codecopy.ts Fix a number of typescript issues (#32459) 3 months ago
common.ts Fix a number of typescript issues (#32459) 3 months ago
content.ts Fix a number of typescript issues (#32459) 3 months ago
html2markdown.test.ts Support quote selected comments to reply (#32431) 3 months ago
html2markdown.ts Fix a number of typescript issues (#32459) 3 months ago
math.ts Fix some typescript issues (#32586) 2 months ago
mermaid.ts Fix race condition in mermaid observer (#32599) 2 months ago
tasklist.ts Fix a number of typescript issues (#32459) 3 months ago