Mark Campbell

Results 43 comments of Mark Campbell

https://github.com/ruby-formatter/rufo-vim/blame/master/plugin/rufo.vim#L33

Looks like this is configured here: https://github.com/ruby-formatter/rufo-vim/blame/master/plugin/rufo.vim#L33

This really affects me still, lol

I think I have fixed it with a few lines that removes the options programmatically upon keydown of the search input (ajax-bootstrap-select listens to keyup, thankfully). My workaround involves marking...

Mmm, I may have fixed it from sticking around after searching, but I also broke the functionality where they actually select an item from the initial list they're presented. I've...

This appears to fix the issue 👍

Would love it if this issue was fixed 😻

I don't think so. I'm not totally familiar with it. What I did to get around it was to call panzoom.disable when I'm moving the object and enable it when...

Although, can't you hook into the call to the Raphael object's .drag? That way you can set your own function to be called when it starts dragging/moving/stops and then pass...