Update main.js

This commit is contained in:
Kyle
2020-08-17 13:18:14 -07:00
parent eeebd776c3
commit 3afaf3563a

View File

@@ -938,6 +938,7 @@ function hideFrameImages(frameClass) {
element.classList.remove('hidden')
}
})
manaCostUpdated() //Forces mana cost to update when loading new version (especially important for loading saved cards w/ special mana symbols)
}
function autoCrop(targetImage, source = targetImage.src) {