Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly fall back to a world's
rich_text_options_doc
(#4109)
Previously, because `default(..., true)` only checks if the left-hand-side is falsey, not just `None`, this always forced options to render in non-rich mode if they were explicitly set to `rich_text_doc = None`. Now it matches the intended and documented behavior, where `None` falls back to the world's `rich_text_options_doc` setting.
- Loading branch information