bootstrap-markdown
bootstrap-markdown copied to clipboard
Undo / Redo in the textarea
When using the system undo/redo after have used the toolbar buttons, the content in the textarea becomes messed up.
can you be more specific about how to replicate this problem?
- Writes/Edits something in the textarea of Bootstrap-Markdown
- Inserts a link by using the corresponding editor button
- Press the Ctrl/Cmd + Z keys to undo your last changes
-> The Undo behaviour doesn't work correctly.
I think I found how to resolve this issue here: http://stackoverflow.com/questions/7553430/javascript-textarea-undo-redo#answer-7554295 But I haven't taken the time yet to submit a PR.