mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-02-07 21:15:35 +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);
|
||||
this.tid = setTimeout(() => {
|
||||
this.refreshRem();
|
||||
this.tid = undefined;
|
||||
}, 300);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user