Browse Source

import editor styles

Yuki Takei 2 năm trước cách đây
mục cha
commit
52189f8be4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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';