Browse Source

Support clipboard in wasm builds

tags/22.09
falkTX 3 years ago
parent
commit
dc1a1b5d99
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      src/CardinalUI.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit c951d1cac399d3f56661ceeaeb2ec87b718ae694
Subproject commit 30af4179952d739b43627e50780d460e189a86db

+ 1
- 1
src/CardinalUI.cpp View File

@@ -441,7 +441,7 @@ public:
rack::patchStorageSlug = nullptr;

emscripten_async_wget(url.c_str(), context->patch->templatePath.c_str(),
downloadPatchStorageSucceeded, downloadPatchStorageFailed);
downloadPatchStorageSucceeded, downloadPatchStorageFailed);
}
#endif
}


Loading…
Cancel
Save