You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project using the vue-email-editor package with Vue, we encountered an issue where the registerCallback function inside the load event is not working properly.
We are using Vue3 and attempting to trigger the registerCallback within the onLoad function when the editor is loaded. However, the callback is not being registered as expected. The code is written as follows
Even though this function is triggered, registerCallback does not seem to register the image callback, which is causing issues in our integration.
Steps to Reproduce:
Installed vue-email-editor with Vue3.
Implemented the load event to register an image callback.
Tried to trigger the callback within the editor.
Encountered the issue where the registerCallback is not working.
Expected Behavior:
We expect that the registerCallback method should register the callback function for the image upload, allowing us to upload images to our own file storage instead of using Unlayer's default S3 service.
Environment Information:
vue-email-editor version: 2.1.4
Vue version: 3.2.45
Node.js version: 18.20.5
Browser: Google Chrome Version 132.0.6834.84 (Official Build) (64-bit)
OS: Windows 11 Pro 64-bit
Could you please help us resolve this issue? This problem has been happening for about a week. Before that, the registerCallback method was working.
Thank you,
Oguzhan
The text was updated successfully, but these errors were encountered:
Hello,
In our project using the vue-email-editor package with Vue, we encountered an issue where the
registerCallback
function inside the load event is not working properly.We are using Vue3 and attempting to trigger the
registerCallback
within the onLoad function when the editor is loaded. However, the callback is not being registered as expected. The code is written as followsEven though this function is triggered,
registerCallback
does not seem to register the image callback, which is causing issues in our integration.Steps to Reproduce:
vue-email-editor
with Vue3.registerCallback
is not working.Expected Behavior:
We expect that the
registerCallback
method should register the callback function for the image upload, allowing us to upload images to our own file storage instead of using Unlayer's default S3 service.Environment Information:
Could you please help us resolve this issue? This problem has been happening for about a week. Before that, the registerCallback method was working.
Thank you,
Oguzhan
The text was updated successfully, but these errors were encountered: