hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.38k stars 916 forks source link

[Bug] Shortcut hint for Align Left/Right/Center incorrect in title #795

Open karx opened 2 years ago

karx commented 2 years ago

🐛 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 image

The expected behaviour

Possible solution (optional, but very helpful) Seems like an easy update to md-toolbar-left.vue near L40