How do we add the undo/redo buttons in the Toolbar? #403
-
I have added the {history: true} option when creating the instance of Editor. But the Undo and Redo button are not showing in the toolbar. I tried adding them in my instance of Toolbar, using naively 'undo', 'redo', but it doesn't seem to recognize the words. Is there any specific import or modification that needs to be done? The shortcuts Ctrl+y and Ctrl+z seems to be working though to undo and redo changes. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
sibiraj-s
Jun 22, 2024
Replies: 1 comment 2 replies
-
Yes. they are not available in menubar yet. Will check this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Undo and redo is now available in menubar. Checkout https://sibiraj-s.github.io/ngx-editor/menu/