From 182316f6ed07a6dc9b6e7a7771e556f022b97fd3 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 2 Mar 2022 18:18:05 +0800 Subject: [PATCH] image GIF upload bug --- static/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/app.js b/static/app.js index bf8c868..6feb1c0 100755 --- a/static/app.js +++ b/static/app.js @@ -514,6 +514,8 @@ allFeaturesRemoveBtns.map((value, index) => { else { */ item.remove(); + uploaded_images = []; + uploaded_GIFs = []; //} } }