mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15214 from overleaf/ae-legacy-source-editor
Remove legacy source editor option from Server CE/Pro GitOrigin-RevId: 32a7bf9b54c0082f3ab3ffb5fa11f5b4f2a3bf64
This commit is contained in:
parent
adb53b8964
commit
ef3e8f666b
1 changed files with 4 additions and 4 deletions
|
@ -815,10 +815,10 @@ const ProjectController = {
|
|||
|
||||
const detachRole = req.params.detachRole
|
||||
|
||||
const showLegacySourceEditor =
|
||||
!Features.hasFeature('saas') ||
|
||||
// Allow override via legacy_source_editor=true in query string
|
||||
shouldDisplayFeature('legacy_source_editor')
|
||||
// Allow override via legacy_source_editor=true in query string
|
||||
const showLegacySourceEditor = shouldDisplayFeature(
|
||||
'legacy_source_editor'
|
||||
)
|
||||
|
||||
const showSymbolPalette =
|
||||
!Features.hasFeature('saas') ||
|
||||
|
|
Loading…
Reference in a new issue