Support clipboard in wasm builds

This commit is contained in:
falkTX 2022-08-06 02:33:31 +01:00
parent af728d0c5f
commit dc1a1b5d99
2 changed files with 2 additions and 2 deletions

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
}