Sfoglia il codice sorgente

import editor styles

Yuki Takei 2 anni fa
parent
commit
52189f8be4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      apps/app/src/components/PageComment/CommentEditor.tsx

+ 1 - 0
apps/app/src/components/PageComment/CommentEditor.tsx

@@ -32,6 +32,7 @@ import { NotAvailableForReadOnlyUser } from '../NotAvailableForReadOnlyUser';
 
 import { CommentPreview } from './CommentPreview';
 
+import '@growi/editor/dist/style.css';
 import styles from './CommentEditor.module.scss';