mavonEditor
mavonEditor copied to clipboard
[Bug] Shortcut hint for Align Left/Right/Center incorrect in title
🐛 Bug Report
The values displayed in title of align left, align right and align center do not match the actual shortcut keys in keydown-listner.js
https://github.com/hinesboy/mavonEditor/blob/fca6c622452b9c7d92038635062e5a4139ec0f39/src/components/md-toolbar-left.vue#L40
Screenshots
The expected behaviour
- Align left: (ctrl+shift+l)
- Align right: (ctrl+shift+r)
- Align center: (ctrl+shift+c)
Possible solution (optional, but very helpful)
Seems like an easy update to md-toolbar-left.vue
near L40