mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore(core): setTimeout后清除timeid
This commit is contained in:
parent
5caae4e953
commit
945aaaddcb
@ -61,6 +61,7 @@ export default class Flexible {
|
|||||||
clearTimeout(this.tid);
|
clearTimeout(this.tid);
|
||||||
this.tid = setTimeout(() => {
|
this.tid = setTimeout(() => {
|
||||||
this.refreshRem();
|
this.refreshRem();
|
||||||
|
this.tid = undefined;
|
||||||
}, 300);
|
}, 300);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user