mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: fix math block not opening via click
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,7 @@ export function MathBlockComponent(
|
||||
marginTop: isActive ? "8px" : "0px"
|
||||
}}
|
||||
>
|
||||
<Box contentEditable={false} ref={mathRendererRef} />
|
||||
<Box ref={mathRendererRef} />
|
||||
</SimpleBar>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user