laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.47k stars 137 forks source link

Fix folded image load error cursor mis position #7

Closed fuermosi777 closed 7 years ago

fuermosi777 commented 7 years ago

If the image url is incorrect, the image will always have "hmd-image-loading" class, which may cause the cursor mispositioned in some theme (with min-height). Added this handling for load error and add a new class.

Also add unnecessary file to gitignore.

laobubu commented 7 years ago

Thank you! I will make an icon for hmd-image-error class later.

fuermosi777 commented 7 years ago

You're welcome. Any plans for tables?

laobubu commented 7 years ago

Got some ideas but too difficult. Maybe someday I'll get inspired and implement it in a good way.