motla / vue-document-editor

:page_facing_up: Paper-sized WYSIWYG document editor for Vue apps
https://motla.github.io/vue-document-editor/
MIT License
313 stars 70 forks source link

Enter key to create new line doesn't seem to work on the demo site #2

Closed senkwe closed 3 years ago

senkwe commented 3 years ago

Describe the bug Enter key to create new line doesn't seem to work on the demo page

To Reproduce

  1. Create a New Document
  2. Type a short sentence
  3. Press the "Enter" key to create a new line
  4. Typed text is deleted
motla commented 3 years ago

Thanks a lot for reporting this bug. Probably some recent updates inside web browsers because I'm pretty sure it had worked previously. I just released commit https://github.com/motla/vue-document-editor/commit/27ede0e9d2e6248a23b2ebc6e56db0ac0af03062 (v1.1.1) that fixes it. Have a nice day