diff --git a/services/web/frontend/js/features/source-editor/extensions/visual/atomic-decorations.ts b/services/web/frontend/js/features/source-editor/extensions/visual/atomic-decorations.ts index 8625378040..91fcc7c06c 100644 --- a/services/web/frontend/js/features/source-editor/extensions/visual/atomic-decorations.ts +++ b/services/web/frontend/js/features/source-editor/extensions/visual/atomic-decorations.ts @@ -664,9 +664,10 @@ export const atomicDecorations = (options: Options) => { block: displayMode, }).range(ancestorNode.from, ancestorNode.to) ) - return false } } + + return false // never decorate inside math } else if (nodeRef.type.is('HrefCommand')) { // a hyperlink with URL and content arguments if (shouldDecorate(state, nodeRef)) {