mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +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);
|
||||
this.tid = setTimeout(() => {
|
||||
this.refreshRem();
|
||||
this.tid = undefined;
|
||||
}, 300);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user