mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +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}
|
{viewClearSourceButton}
|
||||||
{unhidePreviewButton}
|
{unhidePreviewButton}
|
||||||
{permalinkButton}
|
{permalinkButton}
|
||||||
{UserSettingsStore.isFeatureEnabled('rich_text_editor') ? quoteButton : null}
|
{quoteButton}
|
||||||
{externalURLButton}
|
{externalURLButton}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue