Dave Workman

Results 19 comments of Dave Workman

@sgavinolla001, Kind of. The coordinates that `zoomAtPoint` are expecting aren't SVG coordinates but screen coordinates. If you take your SVG's `top` and `left` from `getClientBoundingRect` and subtract it from the...

@bumbu, the current zoom is always 1 as I call reset first, right? Here's jsfiddle showing my current problem. https://jsfiddle.net/4d2cs0u5/1/ If you click any of the fruit links it's supposed...

As @mizzao said, I created Meteor-Editable for this very reason. X-editable was super simple pre-blaze, but now it is a lot more complicated to have it reactive. The good news...

Any chance of this getting merged? My application depends on this change and it's a little difficult to deploy without me putting my fork into NPM.

This still seems to happen for me in my testing on the newer version. Just seems to happen less often though. Example code: ``` (async () => { for (let...

@mcdado Ah, that makes perfect sense. Thank you.

I'm a few versions behind and was trying to upgrade. this use to work on v1.34.0. v1.35.0 seems to have broken this functionality.

Docs use to be hosted on Meteor's free hosting, the code for that is here: https://github.com/davidworkman9/meteor-editable-demo-page

Hi @messaoudi-mounir, I'm having same issue, tried a bunch of different cards from the Stanford library linked. Did you ever solve this?