-
Notifications
You must be signed in to change notification settings - Fork 166
editor.registerCallback not working in load event #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same problem. If you change the editor version to 1.157.0, everything works. Looks like this feature is now paid too |
@kchebot how do you set the editor version? I can't find anything in the docs or project types
|
@kchebot how can we revert to unlayer version 1.157.0? Since we are using it via vue-email-editor, unlayer is marked as latest. |
Here's a link to the documentation In vue-email-editor you need to pass |
@kchebot Thank you. |
Are you trying to do this? |
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: