mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-13 08:37:47 +00:00
04a26f40a0
Backport #38380 by @silverwind `data-render-name` is set before the plugin's async render runs, so measuring the container height right after the attribute appears can observe the pre-render 48px height when the `pdfobject` chunk loads slowly (flaked in CI). Poll for the height instead, like the asciicast test in the same file does. Co-authored-by: silverwind <me@silverwind.io>