history: false still adds "undo" menu button and keybindings #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This option:
github.com/ProseMirror/prosemirror-example-setup@c3ac29c599/src/index.ts (L52-L53)The result is that the buttons and the key combinations do nothing.
Menu items are added here:
github.com/ProseMirror/prosemirror-example-setup@c3ac29c599/src/menu.ts (L238)Key bindings are added here:
github.com/ProseMirror/prosemirror-example-setup@c3ac29c599/src/keymap.ts (L49-L50)The
historyoption was added in1b9adcb824