chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Link module does not work properly #27

Closed KsCorrales closed 6 years ago

KsCorrales commented 6 years ago

i try to use the link module but i can't click in the inputs of the link module only works if use the tab button and also is printed the url content next to the insert button.

Image:

Image

chmln commented 6 years ago

Hey @KsCorrales

Installing vue-wysiwyg@next from npm should fixe the issue.

KsCorrales commented 6 years ago

yes, now works but works wrong, add twice the link when i click insert or press enter button, after that all is broke and show this errors :man_facepalming:

Image

KsCorrales commented 6 years ago

I think it's because 2 listeners are created when add twice because i have 2 concurrent wysiwyg.

chmln commented 6 years ago

Should be fixed in the latest version. Please re-open if any issues occur otherwise.