overleaf/services/web/app/views/source-editor/source-editor.pug
Alf Eaton c8f0885316 Remove CM5 Rich Text module (#11776)
GitOrigin-RevId: 812d3b5f1df7e769c8be732ccb31653e8e9a8aa3
2023-08-16 08:03:35 +00:00

4 lines
184 B
Text

source-editor#editor(
ng-class="{ 'review-panel-react': reviewPanel.isReact }"
ng-show="!!editor.sharejs_doc && !editor.opening && multiSelectedCount === 0 && !editor.error_state"
)