mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Merge pull request #23891 from overleaf/dp-eq-preview
Always include math preview theme even when it is disabled GitOrigin-RevId: cfbad399ccd0cb6805158633c35c7b15140b9feb
This commit is contained in:
@@ -30,7 +30,7 @@ const HIDE_TOOLTIP_EVENT = 'editor:hideMathTooltip'
|
||||
|
||||
export const mathPreview = (enabled: boolean): Extension => {
|
||||
return mathPreviewConf.of(
|
||||
enabled ? [mathPreviewTheme, mathPreviewStateField] : []
|
||||
enabled ? [mathPreviewTheme, mathPreviewStateField] : [mathPreviewTheme]
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user