You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Hi, I'm trying to implement a doubleclick method and I succeeded but it broke something that is essential to the tool. The dragging of the element :)
var ft = svg.freeTransform(..,..,..);
ft.bbox.attr({
fill:"red",
opacity:0
});
ft.dblclick( function(){
});
Without the attr command it didn't work but with that I think I messed up the events for the dragging. What is the correct method to implement doubleclicking?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying to implement a doubleclick method and I succeeded but it broke something that is essential to the tool. The dragging of the element :)
Without the attr command it didn't work but with that I think I messed up the events for the dragging. What is the correct method to implement doubleclicking?
The text was updated successfully, but these errors were encountered: