Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

uncomment $event.preventDefault(); #33

Closed StevenRKM closed 8 years ago

StevenRKM commented 8 years ago

if not prevented, the page will go to #, this causes unwanted behaviour like scrolling back to the top

Templarian commented 8 years ago

Oversight on my part while merging a previous pull request. Will do a npm/bower update tonight.

StevenRKM commented 8 years ago

Just to be clear, I like that you comment fast on these things. But for me you can take your time for doing more fleshed out releases if you want :)

Templarian commented 8 years ago

Ha, yea. This project is rather small, so it's more minor if I break it (which I'll try not to). Luckily I have you and others to help catch dumb bugs.

For my main open source project that gets 123 npm installs a day I get so paranoid about releases. Guess I should use the same scrutiny here. :smile:

Templarian commented 8 years ago

By the way this was resolved in v0.9.6. Thanks!