Skip to content

Commit

Permalink
Merge pull request #4500 from vector-im/luke/feature-enable-RTE
Browse files Browse the repository at this point in the history
Take RTE out of labs
  • Loading branch information
lukebarnard1 committed Jul 10, 2017
2 parents d98d493 + 77a52b0 commit c1b8879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/context_menus/MessageContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module.exports = React.createClass({
{viewClearSourceButton}
{unhidePreviewButton}
{permalinkButton}
{UserSettingsStore.isFeatureEnabled('rich_text_editor') ? quoteButton : null}
{quoteButton}
{externalURLButton}
</div>
);
Expand Down

0 comments on commit c1b8879

Please sign in to comment.