lionix-team / vue-image-markup

vue-image-markup will provide you to edit uploaded image easily and save it.
https://image-markup.lionix-team.com
96 stars 44 forks source link

After drawing the shape, how can we immediately activate the selection mode #23

Open bilalasif opened 3 years ago

bilalasif commented 3 years ago

Right now when we create a shape and the click at some other part of the editor, then we are forced to redraw another shape of same type. The use case I am trying to implement is that For example I chose a rectangle shape drew it inside the editor as soon as I am done and I click at any other part of the editor another rectangle starts drawing, What I am looking for is that as soon as the rectangle has been drawn the selection mode gets activated so that I can select the last drawn rectangle and resize it or something. would be grateful if any suggestion regarding this can be provided.