vue-email-editor icon indicating copy to clipboard operation
vue-email-editor copied to clipboard

User Uploads: Disable Upload Image Button

Open mobinsheraz opened this issue 1 year ago • 1 comments

I've implemented the user uploads feature. Now I want to disable Upload Image button.

I'm unable to find a way to disable the upload button and drag/drop feature from the user uploads? Anyone please guide?

image

mobinsheraz avatar Sep 12 '24 22:09 mobinsheraz

i meet the same problem that set 'selectImage' event for custom image library, but it doesn't work currently.

emailEditor.value.editor.registerCallback(
    "selectImage",
    function (params, done) {
      updateImageFunction.value = done;
      isShowUpLoadImageModal.value = true;  
    }
  );

image

yhosutun2490 avatar Oct 15 '24 09:10 yhosutun2490