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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/main/editor.js b/client/components/main/editor.js
index 0a6db12c..98461c4f 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -1,6 +1,7 @@
Template.editor.onRendered(() => {
const textareaSelector = 'textarea';
- const enableRicherEditor = Meteor.settings.public.RICHER_EDITOR || true;
+ const enableRicherEditor =
+ Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR || true;
const mentions = [
// User mentions
{