Update creator-4.js

This commit is contained in:
Kyle
2021-01-21 17:49:09 -08:00
parent a6b1dae077
commit 709d75118c

View File

@@ -1007,7 +1007,9 @@ function getSetSymbolWatermark(setCode, targetImage = watermark) {
//Bottom Info Tab
async function loadBottomInfo(textObjects = []) {
await bottomInfoContext.clearRect(0, 0, bottomInfoCanvas.width, bottomInfoCanvas.height);
card.bottomInfo = null;
card.bottomInfo = textObjects;
await bottomInfoEdited();
bottomInfoEdited();
}
async function bottomInfoEdited() {