From 43197e7a0e59189abb482dcc7c3740378e06129e Mon Sep 17 00:00:00 2001 From: kaurjasleen240305 Date: Thu, 4 Jan 2024 19:11:09 +0530 Subject: [PATCH] in_do_smaller_also_done --- js/activity.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/activity.js b/js/activity.js index 100358516c..60b77d7b46 100644 --- a/js/activity.js +++ b/js/activity.js @@ -1261,7 +1261,9 @@ class Activity { } const that = this; - that.resizeDebounce = false; + setTimeout(() => { + that.resizeDebounce = false; + }, 500); } this.setSmallerLargerStatus();