Closed Bertus-W closed 3 years ago
Hi, I wish there was an option to set the observer refresh time. I'm currently making something where you have to move boxes with lines between them. but it lags with the current set 150ms interval
hi, from now you can use updateDelay prop like
updateDelay
arrowCreate({ [...], updateDelay: 50, // ms })
cool, thx for the quick fix
Hi, I wish there was an option to set the observer refresh time. I'm currently making something where you have to move boxes with lines between them. but it lags with the current set 150ms interval