mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
dropbox - fix load
This commit is contained in:
parent
e65ab24e06
commit
50dc5e3465
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function quickLoad() {
|
|||
}
|
||||
|
||||
async function loadFromDropbox() {
|
||||
const mapPath = document.getElementById("#loadFromDropboxSelect")?.value;
|
||||
const mapPath = document.getElementById("loadFromDropboxSelect")?.value;
|
||||
|
||||
DEBUG && console.log("Loading map from Dropbox:", mapPath);
|
||||
const blob = await Cloud.providers.dropbox.load(mapPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue