editor: fix math block not opening via click

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-12-15 16:32:39 +05:00
committed by Abdullah Atta
parent d743147837
commit a6e6fa0bb9

View File

@@ -192,7 +192,7 @@ export function MathBlockComponent(
marginTop: isActive ? "8px" : "0px"
}}
>
<Box contentEditable={false} ref={mathRendererRef} />
<Box ref={mathRendererRef} />
</SimpleBar>
)}
</>