Nikcharn
Results
1
comments of
Nikcharn
In my project I fixed this problem like that: 1. I added function to toggle all CanvasSource playing ``` function toggleCanvasSourcesPlaying(map: Map, enabled: boolean) { const sources = map.getStyle()?.sources ||...