summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/editor.js')
-rwxr-xr-xclient/components/main/editor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/main/editor.js b/client/components/main/editor.js
index 9c1ad7a8..0a6db12c 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -1,6 +1,6 @@
Template.editor.onRendered(() => {
const textareaSelector = 'textarea';
- const disableRicherEditor = Meteor.settings.public.NO_RICHER_EDITOR;
+ const enableRicherEditor = Meteor.settings.public.RICHER_EDITOR || true;
const mentions = [
// User mentions
{
@@ -31,7 +31,7 @@ Template.editor.onRendered(() => {
autosize($textarea);
$textarea.escapeableTextComplete(mentions);
};
- if (!disableRicherEditor) {
+ if (enableRicherEditor) {
const isSmall = Utils.isMiniScreen();
const toolbar = isSmall
? [