We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24aa76 commit 2ae869eCopy full SHA for 2ae869e
packages/react-dsfr-tiptap/src/components/Content.tsx
@@ -5,6 +5,7 @@ import { tss } from "tss-react";
5
6
import { useEditor } from "../contexts/editor";
7
8
+import "prosemirror-view/style/prosemirror.css";
9
import "./Content.css";
10
11
export interface IContentProps extends Omit<EditorContentProps, "editor" | "innerRef" | "ref"> {
0 commit comments