mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
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:
committed by
Copybot
parent
d8cbe651cd
commit
a341af2e66
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user