mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Fix icon editing for mod pages
This commit is contained in:
@@ -444,6 +444,7 @@ export default {
|
||||
|
||||
showPreviewImage(files) {
|
||||
const reader = new FileReader()
|
||||
this.iconChanged = true
|
||||
this.icon = files[0]
|
||||
reader.readAsDataURL(this.icon)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user