Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
523 stars 54 forks source link

fix: a bug that doesn't work properly in IE #50

Open w-nobuyuki opened 3 years ago

w-nobuyuki commented 3 years ago

This PR is to fix error in IE.

In IE, isContentEditable value is judged to be true even if it is used in INPUT and TEXTAREA.

Please let me know if you have any concerns.

Regards