mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-02-11 23:55:33 +00:00
chore(core): setTimeout后清除timeid
This commit is contained in:
parent
64a692b32a
commit
77a9f5bd60
@ -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