mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[cm6] remove badge icon for toolbar in code editor (#13959)
GitOrigin-RevId: 33813eb1c22d651cf3ea599f30b626f93f8ef8ef
This commit is contained in:
parent
3a02fbf39d
commit
96e7c019bd
1 changed files with 0 additions and 7 deletions
|
@ -19,7 +19,6 @@ import { DetacherSynctexControl } from '../../pdf-preview/components/detach-sync
|
|||
import DetachCompileButtonWrapper from '../../pdf-preview/components/detach-compile-button-wrapper'
|
||||
import getMeta from '../../../utils/meta'
|
||||
import { isVisual } from '../extensions/visual/visual'
|
||||
import SplitTestBadge from '../../../shared/components/split-test-badge'
|
||||
import { language } from '@codemirror/language'
|
||||
import { minimumListDepthForSelection } from '../utils/tree-operations/ancestors'
|
||||
|
||||
|
@ -139,12 +138,6 @@ const Toolbar = memo(function Toolbar() {
|
|||
active={searchPanelOpen(state)}
|
||||
icon="search"
|
||||
/>
|
||||
{languageName === 'latex' && !visual && (
|
||||
<SplitTestBadge
|
||||
splitTestName="source-editor-toolbar"
|
||||
displayOnVariants={['enabled']}
|
||||
/>
|
||||
)}
|
||||
{showSourceToolbar && (
|
||||
<>
|
||||
<SwitchToPDFButton />
|
||||
|
|
Loading…
Reference in a new issue