@imageAdded not triggered.
See original GitHub issueHi all, in the documentation @ Use Customer Image , it uses @imageAdded. However using @imageAdded does not trigger the function.
Instead, by using @image-added only does the function is triggered.
<vue-editor id="editor" useCustomImageHandler @imageAdded="handleImageAdded" v-model="content" ></vue-editor>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
image-added event is not working in vue-editor@2.10.2
try changing @image-added for @imageAdded as it says in the documentation, right here:.
Read more >2518498 - Notification: Image added in template is not working
Go to System Administration > Manage Email > Email Notification Template; Search for the template you want to add the image/logo and click...
Read more >apex - Image added through RestResource is not fully uploaded
I used this answer to make apex rest resource. It works perfectly for small images, but when I want to upload a bit...
Read more >DUPLICATE: Image added in pseudo element not working
Bricks Version: 1.5 Browser: Firefox OS: Windows I am trying to add a little image as a pseudo element by creating an ::after...
Read more >Preloading Images not working correctly on Firefox
(one of them is the last picture, of course) will be loaded into a non visible Image added to the Panel... Everything works...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
useCustomImageHandler 不对, 改成 :use-custom-image-handler=“true” 文档写的确实不完善
需要替换成 @image-added ,新版 break-change 了 😞
see #229