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
At the moment to use image editing with a static image, projects need to manually add javascript to make this work.
// When using a static WImage, you need to link the imageEditor and fileUploaderwindow.setTimeout(function(){require(["wc/ui/imageEdit","wc/ui/multiFileUploader"],function(imageEdit,multiFile){imageEdit.upload=multiFile.upload;});},750);
This should not be required and just work out of the box.
The text was updated successfully, but these errors were encountered:
At the moment to use image editing with a static image, projects need to manually add javascript to make this work.
This should not be required and just work out of the box.
The text was updated successfully, but these errors were encountered: