Skip to content

Commit

Permalink
chore(core): setTimeout后清除timeid
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Dec 3, 2024
1 parent 64a692b commit 77a9f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Flexible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default class Flexible {
clearTimeout(this.tid);
this.tid = setTimeout(() => {
this.refreshRem();
this.tid = undefined;
}, 300);
};

Expand Down

0 comments on commit 77a9f5b

Please sign in to comment.