vue-tinymce icon indicating copy to clipboard operation
vue-tinymce copied to clipboard

Only 'setContent' from watch if content differs

Open garhbod opened this issue 7 years ago • 0 comments

Fixed the watch function to prevent the cursor from jumping to the start of the editor content every time the content is changed. See issue #4

Also made id property optional with a unique id set if it doesn't exist And made content property redundant by pulling the value into the setContent on init. I have left it in so that current installs don't break but it isn't really needed anymore

garhbod avatar Aug 30 '17 05:08 garhbod