Skip to content

Commit 2ae869e

Browse files
committed
fix: resolve prosemirror css warning
1 parent f24aa76 commit 2ae869e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dsfr-tiptap/src/components/Content.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { tss } from "tss-react";
55

66
import { useEditor } from "../contexts/editor";
77

8+
import "prosemirror-view/style/prosemirror.css";
89
import "./Content.css";
910

1011
export interface IContentProps extends Omit<EditorContentProps, "editor" | "innerRef" | "ref"> {

0 commit comments

Comments
 (0)