fix(catalog): restore the caption texture preview (#3258)

This commit is contained in:
Akshar Patel
2026-08-13 00:38:47 -04:00
committed by GitHub
parent c71fab322e
commit cbd38b32f7
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -109,7 +109,7 @@
? window.__hyperframes.getVariables()
: {};
var TEXTURE = vars.texture || "lava";
var TEXTURE_URL = "compositions/components/" + TEXTURE + ".png";
var TEXTURE_URL = TEXTURE + ".png";
var _fitCanvas = document.createElement("canvas");
var _fitCtx = _fitCanvas.getContext("2d");