Skip to content

Commit

Permalink
Update Menu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
coolov committed Jan 25, 2024
1 parent 211fa52 commit 35cd4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Menu.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { toggleMark } from "prosemirror-commands";
import type { MarkType } from "prosemirror-model";
import type { EditorState, Transaction } from "prosemirror-state";
import type { EditorState } from "prosemirror-state";
import React, { ReactNode } from "react";

import { useEditorEventCallback, useEditorState } from "../src/index.js";
Expand Down

0 comments on commit 35cd4e4

Please sign in to comment.