X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/02a35b6db4234e9256b2c0b38e12d3eadb9b0b38..refs/pull/5721/head:/resources/js/components/wysiwyg-input.ts diff --git a/resources/js/components/wysiwyg-input.ts b/resources/js/components/wysiwyg-input.ts index 85ebceab9..1d914adb9 100644 --- a/resources/js/components/wysiwyg-input.ts +++ b/resources/js/components/wysiwyg-input.ts @@ -13,7 +13,7 @@ export class WysiwygInput extends Component { type WysiwygModule = typeof import('../wysiwyg'); const wysiwygModule = (await window.importVersioned('wysiwyg')) as WysiwygModule; - const container = el('div', {class: 'comment-editor-container'}); + const container = el('div', {class: 'basic-editor-container'}); this.elem.parentElement?.appendChild(container); this.elem.hidden = true;