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
Is there a way to stop default upload window popup and add one more button with select an image one to add more functionality similar to choose from existing images.
Is there a way to stop default upload window popup and add one more button with select an image one to add more functionality similar to choose from existing images.
image: {
// @ts-ignore
class: MyImageTool,
config: {
uploader: {
uploadByFile(uploadedFile: File) {
return handleAttachUpload(uploadedFile);
},
},
},
},
The text was updated successfully, but these errors were encountered: