mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2026-03-13 10:00:26 +08:00
* fix: hide raw slate text in embed blocks
The absolute div holding Slate's raw text nodes for cursor positioning
was missing text-transparent, causing the formula source text to render
visibly on top of the KaTeX output. Triggered by .text-element { z-index: 2 }
added in the realtime sync PR. Fix applied to MathEquation, PDF, and File blocks.
* chore: add math equation block component test
Verify KaTeX renders correctly and the raw Slate text node
is hidden via text-transparent to prevent duplicate display.