Why does the window move when the user makes a selection? #13251
Unanswered
adokhugi
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our JavaScript Vue code we have a template that looks approximately like this:
What bothers us is that when we move the window and then make a selection in the select box, the position of the window is modified. It's not like it jumps back to a default position but the position is simply changed a bit. We would like to make the position static. How can this be done?
Beta Was this translation helpful? Give feedback.
All reactions