Skip to content
Discussion options

You must be logged in to vote

This is intended behavior; a property doesn't automatically behave like a v-model (getter & setter).

You have to get the zoom via the @zoom_changed event. It doesn't output anything (again, intended behavior), so you have to get the zoom with getZoom and likely set the zoom with setZoom instead of just changing the property.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HusamElbashir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #184 on March 28, 2024 23:16.