vue-file-agent icon indicating copy to clipboard operation
vue-file-agent copied to clipboard

Changed isImage() to return false for WMF files

Open Drackokacka opened this issue 3 years ago • 0 comments

As the WMF images can not be viewed in HTML, they should not be marked as image type. Being treated as viewable image format while not being able to preview caused VueFileAgent to not update its value (file list). This was fixed by returning false for type image/x-wmf.

I attached example WMF file in zip archive. Sideview.zip

Drackokacka avatar Feb 15 '22 13:02 Drackokacka