From 8f899fca7286b076db7551fbbfd4434cf4b561e8 Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Thu, 25 Jul 2019 16:26:33 -0400 Subject: Add Feature: User can have richer formatted text into the comments (unexpected theme changes fixed) --- client/components/main/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/components/main/editor.js') 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 { -- cgit v1.2.3-1-g7c22