Never decorate inside math (#13810)

GitOrigin-RevId: c28d0aaa3ce267d989db779c13f6b3e91f376686
This commit is contained in:
Alf Eaton 2023-07-11 14:33:27 +01:00 committed by Copybot
parent e86c5dc137
commit faff4a87b4

View file

@ -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)) {