vue-file-agent
vue-file-agent copied to clipboard
Changed isImage() to return false for WMF files
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