- Chrome+Edge don't trivially accept dropped folders when the page is
running as a local file:/// origin: https://github.com/danialfarid/ng-file-upload/issues/236
Setting `inputFile.webkitdirectory = true` allows for *browsing* to
pick folders in this situation, but it only accepts folders and
prevents individual files from being picked, so I've left it commented
out while leaving the later logic it needs to work.
- This means local usage+development is best experienced with either
Firefox or (for Chrome/Edge) a simple http server.
- Chrome+Edge don't always set file.webkitRelativePath, here we just
patch it in but there might be a cleaner way.
https://github.com/ant-design/ant-design/issues/16426#issuecomment-490793206
afaik this should be compatible with the current logic
demo loading and input[type=file] callsites are untouched, since those
are never(?) able to select a folder
* added MK7 editor
* fixed KI:Uprising weapon saving
* BOTW:
* added Wii U/Switch mode transfer
* fixed scrolling topbar
* added compatibility with Kiosk version
* master editor: revamp and faster
savegame-editor.js has been updated with fixes and performance improvements, also using now fetch to retrieve example files