mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Asset marketplace
This commit is contained in:
@@ -111,8 +111,8 @@ export function createAdminConsole({
|
||||
});
|
||||
}
|
||||
const customAssetButton = document.getElementById("custom-asset-button");
|
||||
if (customAssetButton && customAssetModal?.openNew) {
|
||||
customAssetButton.addEventListener("click", () => customAssetModal.openNew());
|
||||
if (customAssetButton && customAssetModal?.openLauncher) {
|
||||
customAssetButton.addEventListener("click", () => customAssetModal.openLauncher());
|
||||
}
|
||||
globalThis.addEventListener("resize", () => {
|
||||
resizeCanvas();
|
||||
|
||||
Reference in New Issue
Block a user