Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove annotation #20

Open
pawelfus opened this issue Oct 13, 2014 · 2 comments
Open

Remove annotation #20

pawelfus opened this issue Oct 13, 2014 · 2 comments

Comments

@pawelfus
Copy link
Collaborator

Right now required is dblclick to remove annotation.
After implementing #19 we could change that to more intuitive: after selection we could remove annotation after pressing del button.

@chalex1
Copy link

chalex1 commented Apr 9, 2015

have some problem with removing. even with dblclick action
http://jsfiddle.net/BlackLabel/7m3Mr/

@pawelfus
Copy link
Collaborator Author

pawelfus commented Apr 9, 2015

DoubleClick to remove is removed as the default behavior. You still can use that way by simply adding events to the annotation: http://jsfiddle.net/7m3Mr/98/

Snippet:

        events: {
            dblclick: function() {
                 this.destroy();   
            }
        },

morganfree added a commit that referenced this issue Dec 9, 2016
…d; added removing annotation on del press, closed #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants