This commit is contained in:
Gregoire Parant 2020-09-23 18:37:54 +02:00
parent 4ea15e1d04
commit 3cb079c80c
3 changed files with 48 additions and 1 deletions

View file

@ -145,7 +145,7 @@ export class ConsoleGlobalMessageManager {
// remove formatting button
];
let quill = new Quill(`#${INPUT_CONSOLE_MESSAGE}`, {
new Quill(`#${INPUT_CONSOLE_MESSAGE}`, {
theme: 'snow',
modules: {
toolbar: toolbarOptions