mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-14 08:41:04 +10:00
Editor link components
* other minor fixes
This commit is contained in:
@ -24,7 +24,7 @@ export default function MathInlineView(props: NodeViewProps) {
|
||||
katex.render(katexString, container);
|
||||
setError(null);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
//console.error(e);
|
||||
setError(e.message);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user