From fd90261313140dbdb476eda80d144f7206565241 Mon Sep 17 00:00:00 2001 From: Tim Down Date: Wed, 25 Jan 2023 16:32:05 +0000 Subject: [PATCH] Merge pull request #11465 from overleaf/td-remove-ace-tooltip Remove info icon next to editor switch for users without Ace option GitOrigin-RevId: 69fa8af8ddd40c47a58de50eb9aa79cc82629aa8 --- .../js/features/source-editor/components/editor-switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/source-editor/components/editor-switch.tsx b/services/web/frontend/js/features/source-editor/components/editor-switch.tsx index 1c007b83b4..941738be9e 100644 --- a/services/web/frontend/js/features/source-editor/components/editor-switch.tsx +++ b/services/web/frontend/js/features/source-editor/components/editor-switch.tsx @@ -87,7 +87,7 @@ function EditorSwitch() { return (
- + {showLegacySourceEditor ? : null}
Editor mode.