Hello,
Is there a way to programmatically disable the camera from moving when we click and move the canvas?
I'm writing a plugin similar to https://github.com/Yomguithereal/sigma-experiments/blob/master/selection-tool/index.js but for canvas 2d instead. I would like something like camera.disable()
Thanks