From 709d75118ca4dfec7183133173e8d47f43fa8136 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 21 Jan 2021 17:49:09 -0800 Subject: [PATCH] Update creator-4.js --- js/creator-4.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/creator-4.js b/js/creator-4.js index 9cd5b447..51c974e5 100644 --- a/js/creator-4.js +++ b/js/creator-4.js @@ -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() {