This repository was archived by the owner on Apr 1, 2026. It is now read-only.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
history: false still adds "undo" menu button and keybindings #15
This option:
prosemirror-example-setup/src/index.ts
Lines 52 to 53 in c3ac29c
The result is that the buttons and the key combinations do nothing.
Menu items are added here:
prosemirror-example-setup/src/menu.ts
Line 238 in c3ac29c
Key bindings are added here:
prosemirror-example-setup/src/keymap.ts
Lines 49 to 50 in c3ac29c
The
historyoption was added in 1b9adcb