Skip to content

Commit

Permalink
in_do_smaller_also_done
Browse files Browse the repository at this point in the history
  • Loading branch information
kaurjasleen240305 committed Jan 4, 2024
1 parent 2e8ae42 commit 43197e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,9 @@ class Activity {
}

const that = this;
that.resizeDebounce = false;
setTimeout(() => {
that.resizeDebounce = false;
}, 500);
}

this.setSmallerLargerStatus();
Expand Down

0 comments on commit 43197e7

Please sign in to comment.