mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #9297 from overleaf/ta-galileo-module
Create Galileo Module GitOrigin-RevId: 0d9dfeebc150bd6a0d828f55be47f9d9f1a70d66
This commit is contained in:
@@ -1116,6 +1116,8 @@ const ProjectController = {
|
||||
!Features.hasFeature('saas') ||
|
||||
(user.features && user.features.symbolPalette)
|
||||
|
||||
const galileoEnabled = shouldDisplayFeature('galileo')
|
||||
|
||||
const dictionaryEditorEnabled =
|
||||
!Features.hasFeature('saas') ||
|
||||
dictionaryEditorAssignment?.variant === 'enabled'
|
||||
@@ -1197,6 +1199,7 @@ const ProjectController = {
|
||||
debugPdfDetach,
|
||||
showNewSourceEditorOption,
|
||||
showSymbolPalette,
|
||||
galileoEnabled,
|
||||
showStopOnFirstError,
|
||||
detachRole,
|
||||
metadata: { viewport: false },
|
||||
|
||||
Reference in New Issue
Block a user