ninjawithkillmoon / gloomhaven-thearcanelibrary

The Arcane Library - a Gloomhaven campaign tracker
https://ninjawithkillmoon.github.io/
36 stars 16 forks source link

Cannot load same game file twice in a row #19

Open ninjawithkillmoon opened 7 years ago

ninjawithkillmoon commented 7 years ago

This is because the onChange event of FileInputReader in Header.js is not firing. Probably because the file input value hasn't changed.

ninjawithkillmoon commented 7 years ago

By implementing the Dropbox functionality this issue is avoided (the issue is not present for Dropbox). No real need to fix this bug.