Sahin Deniz

Results 32 comments of Sahin Deniz

@JackFGreen there's a failed test that might require your attention

Here's YouTube video of how to install BlackHole https://www.youtube.com/watch?v=F67Jj5QCct8

I think I have identified the root cause. The element that I was targeting, their parent elements have `will-change: transform;` property and disabling it from the Chrome DevTools, did worked....

Hmm. At first, the target doesn't have style/transform. When we move the target at first attempt, it gets `transform: translate(97.1052px, -80.191px);` When we try second attempt, it kind of starts...

You have no idea how much I've over-engineered things 🤦🏻 Thank you, and it works as expected. JFYI, examples [like this one](https://daybrush.com/moveable/storybook/?path=/story/nested-transform--scalable), suggests `scaleStart` usage, so I was kind of...

Another sample with v0.29.9 https://codesandbox.io/s/moveable-require-js-issue-0-29-9-igbc2g

Something like this should do the job ```js const moveable = new Moveable(container, { elementGuidelines: returnYourGuidelines(), // ...rest of your config }); moveable.on('drag', () => { // set again here...

@JustinBeckwith I have setup a small environment on Repl.it to test it. Here https://repl.it/@seahindeniz/RaxRetryingIssue

@olav-st I do see that issue before posting another one and I think I have the latest version of quazip