awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
290 stars 79 forks source link

Uploading an image with capital file extension adds a link to the image, not the image itself. #451

Closed kylxbn closed 2 months ago

kylxbn commented 2 months ago

Filament Version

v3.2

Plugin Version

3.4.9

PHP Version

PHP 8.3

Problem description

Uploading an image where the file extension is all capital (for example, .JPG) results in a link to the file (<a href="...">), and not the image itself (<img src="...">).

Expected behavior

An img tag will be added.

Steps to reproduce

Try to add an image where the file extension is all capital.

Reproduction repository

No response

Relevant log output

No response

kylxbn commented 2 months ago

Found the issue. I submitted a pull request. I hope my pull request was done correctly. Apologies if not.

awcodes commented 2 months ago

Fixed by #452