- Create a form with an image field
- Add an image point
- Edit the image point
Each edit removes the focus from the point. It seems the loop is causing that. A temporary fix is to use autofocus on that q-input. Still annoying as it places the cursor at the end of the line but at least the focus stays in place.
Each edit removes the focus from the point. It seems the loop is causing that. A temporary fix is to use
autofocuson thatq-input. Still annoying as it places the cursor at the end of the line but at least the focus stays in place.