fix: drawer performance issue
This commit is contained in:
parent
624affe092
commit
a9dc0912d0
3 changed files with 12 additions and 4 deletions
|
|
@ -145,6 +145,9 @@ export class Drawer {
|
|||
},
|
||||
);
|
||||
}
|
||||
setDrawTime(drawTime) {
|
||||
this.drawTime = drawTime;
|
||||
}
|
||||
invalidate(scheduler = this.scheduler, t) {
|
||||
if (!scheduler) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue