mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Add Feature: User can have richer formatted text into the comments (unexpected theme changes fixed)
This commit is contained in:
parent
a5c1395c46
commit
8f899fca72
2 changed files with 24 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue