mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Actually enable rich text
This commit is contained in:
parent
ffe3bc2977
commit
d36d3f2a0e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = Features =
|
|||
when 'affiliations'
|
||||
return Settings?.apis?.v1?.url?
|
||||
when 'rich-text'
|
||||
isEnabled = false # Switch to false to disable
|
||||
isEnabled = true # Switch to false to disable
|
||||
Settings.overleaf? and isEnabled
|
||||
else
|
||||
throw new Error("unknown feature: #{feature}")
|
||||
|
|
Loading…
Reference in a new issue