Merge pull request #30562 from overleaf/mj-reshow-old-editor-tooltip

[web] Reshow old editor deprecation notice

GitOrigin-RevId: a1adfaa6f807880e2e3f7d20ce4ea8c2b486da1a
This commit is contained in:
Mathias Jakobsen
2026-01-12 10:03:04 +00:00
committed by Copybot
parent d8cbe651cd
commit a341af2e66
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ const VALID_KEYS = [
'new-editor-intro',
'new-editor-intro-2',
'old-editor-warning-tooltip',
'old-editor-warning-tooltip-2',
'workbench-rail-popover',
]

View File

@@ -8,7 +8,7 @@ import { useSwitchEnableNewEditorState } from '../hooks/use-switch-enable-new-ed
import { useEditorContext } from '@/shared/context/editor-context'
import { canUseNewEditor } from '../utils/new-editor-utils'
const TUTORIAL_KEY = 'old-editor-warning-tooltip'
const TUTORIAL_KEY = 'old-editor-warning-tooltip-2'
export default function OldEditorWarningTooltip({
target,