We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3782a9f commit c63755fCopy full SHA for c63755f
src/components/Tinymce/index.vue
@@ -211,10 +211,7 @@ export default {
211
window.tinymce.get(this.tinymceId).getContent()
212
},
213
imageSuccessCBK(arr) {
214
- const _this = this
215
- arr.forEach(v => {
216
- window.tinymce.get(_this.tinymceId).insertContent(`<img class="wscnph" src="${v.url}" >`)
217
- })
+ arr.forEach(v => window.tinymce.get(this.tinymceId).insertContent(`<img class="wscnph" src="${v.url}" >`))
218
}
219
220
0 commit comments