mavonEditor icon indicating copy to clipboard operation
mavonEditor copied to clipboard

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

Open karx opened this issue 2 years ago • 0 comments

🐛 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

  • 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

karx avatar May 05 '22 11:05 karx