mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 21:32:03 +00: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'
|
when 'affiliations'
|
||||||
return Settings?.apis?.v1?.url?
|
return Settings?.apis?.v1?.url?
|
||||||
when 'rich-text'
|
when 'rich-text'
|
||||||
isEnabled = false # Switch to false to disable
|
isEnabled = true # Switch to false to disable
|
||||||
Settings.overleaf? and isEnabled
|
Settings.overleaf? and isEnabled
|
||||||
else
|
else
|
||||||
throw new Error("unknown feature: #{feature}")
|
throw new Error("unknown feature: #{feature}")
|
||||||
|
|
Loading…
Reference in a new issue