Skip to content

Commit

Permalink
Take RTE out of labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Barnard committed Jul 4, 2017
1 parent 6fcf504 commit 77a52b0
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 @@ -247,7 +247,7 @@ module.exports = React.createClass({
{viewClearSourceButton}
{unhidePreviewButton}
{permalinkButton}
{UserSettingsStore.isFeatureEnabled('rich_text_editor') ? quoteButton : null}
{quoteButton}
{externalURLButton}
</div>
);
Expand Down

0 comments on commit 77a52b0

Please sign in to comment.