From d2240cc5c508145199ca60120e222e1b6934f719 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 9 Feb 2021 23:10:22 -0800 Subject: [PATCH] Increase item preview loading UI delay back to 500ms I don't remember why we set it to 200ms before, but it feels too aggressive now. Idk! --- src/app/ItemPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index d535f73..0e8a173 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -662,7 +662,6 @@ function ItemPageOutfitPreview({ itemId }) { wornItemIds: [itemId], isLoading: loadingGQL || loadingValids, spinnerVariant: "corner", - loadingDelayMs: 200, engine: "canvas", onChangeHasAnimations: setHasAnimations, });