You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
I have a problem with clusters after spiderfied. After spiderfied is activated and user clicks on Marker, we show them info about that marker in drawer. When drawer shows up, the spiderfy is automaticly closed (even it was just a marker click). Is there a way how to prevent closing spiderfy?
Probably changing a reactive/ref variables that invokes component re-render is causing that.
In this case (code snippet from real-case we are using), the changing refs are selectedPoiId, isReportReady and report
The text was updated successfully, but these errors were encountered:
template (in
<l-map>
tag):then in setup() - composition API:
package.json versions:
Hello guys,
I have a problem with clusters after spiderfied. After spiderfied is activated and user clicks on Marker, we show them info about that marker in drawer. When drawer shows up, the spiderfy is automaticly closed (even it was just a marker click). Is there a way how to prevent closing spiderfy?
Probably changing a reactive/ref variables that invokes component re-render is causing that.
In this case (code snippet from real-case we are using), the changing refs are selectedPoiId, isReportReady and report
The text was updated successfully, but these errors were encountered: