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
Thanks a lot for this issue.
This is not working anymore as it should.
jQuery doesn't seem to trigger the custom events added with addEventListener.
I have to investigate this further and maybe have to add additional event handlers for jQuery.
What is the right way to update Wookmark layout ?
I am using the jQuery call to Wookmark and I have tried the below to update the layout -
my_wookmark.layout(true);
my_wookmark.updateOptions();
Both give me the Error -
Uncaught TypeError: my_wookmark.layout is not a function
Snippet -
The text was updated successfully, but these errors were encountered: