reduce drawTime to fix perf (for now)
This commit is contained in:
parent
8bde87246b
commit
39e81aa77c
2 changed files with 5 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ export class StrudelMirror {
|
|||
id,
|
||||
initialCode = '',
|
||||
onDraw,
|
||||
drawTime = [-2, 2],
|
||||
drawTime = [0, 0],
|
||||
autodraw,
|
||||
prebake,
|
||||
bgFill = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue