mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 01:38:51 +03:00
Take RTE out of labs
Goes with https://github.com/matrix-org/matrix-react-sdk/pull/1176
This commit is contained in:
parent
6fcf504a4b
commit
77a52b02cb
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ module.exports = React.createClass({
|
|||
{viewClearSourceButton}
|
||||
{unhidePreviewButton}
|
||||
{permalinkButton}
|
||||
{UserSettingsStore.isFeatureEnabled('rich_text_editor') ? quoteButton : null}
|
||||
{quoteButton}
|
||||
{externalURLButton}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue