history: false still adds "undo" menu button and keybindings #15

Open
opened 2023-07-26 10:00:46 +02:00 by WofWca · 0 comments
WofWca commented 2023-07-26 10:00:46 +02:00 (Migrated from github.com)

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 history option was added in 1b9adcb824

This option: https://github.com/ProseMirror/prosemirror-example-setup/blob/c3ac29c5998e1b6aa48883f7faf88e8094fb56aa/src/index.ts#L52-L53 The result is that the buttons and the key combinations do nothing. Menu items are added here: https://github.com/ProseMirror/prosemirror-example-setup/blob/c3ac29c5998e1b6aa48883f7faf88e8094fb56aa/src/menu.ts#L238 Key bindings are added here: https://github.com/ProseMirror/prosemirror-example-setup/blob/c3ac29c5998e1b6aa48883f7faf88e8094fb56aa/src/keymap.ts#L49-L50 The `history` option was added in 1b9adcb824e1a8bb16d6893cb32f1d23dd609890
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-example-setup#15
No description provided.