]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-input.ts
Tests: Updated comment test to account for new editor usage
[bookstack] / resources / js / components / wysiwyg-input.ts
index 85ebceab9945efa2eb4d9188eacbcb501733f4a8..1d914adb9666c122bef7040bc427c3ba52aa5d75 100644 (file)
@@ -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;