Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Double click #134

Open
blueberry-media opened this issue Aug 22, 2014 · 0 comments
Open

Double click #134

blueberry-media opened this issue Aug 22, 2014 · 0 comments

Comments

@blueberry-media
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants