@@ -22,7 +22,9 @@ const { timer } = toRefs(data);
const handClick = () => {
//getClearTimer();
//getCountDown();
- openRanking();
+ if (!rankingWindowRef.value.rankingState) {
+ openRanking();
+ }
};
const getCountDown = () => {