Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Conversation

Brads3290
Copy link

noBind: true was missing on the path property of the GMapPolyline component.

This was causing a bug where the path_changed event would stop firing after an update to the path value.

The polyline component has a watcher which re-wires all the events necessary to emit path_changed, but without noBind, the default watcher in bindProps.js also executes, completely replacing the underlying Path object with one that has no events wired.

@netlify
Copy link

netlify bot commented Sep 26, 2023

Deploy Preview for vue-google-maps-community-fork canceled.

Name Link
🔨 Latest commit c0afc7a
🔍 Latest deploy log https://app.netlify.com/sites/vue-google-maps-community-fork/deploys/65122375c2843c00089845ea

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants