Nicu Barbaros

Results 11 comments of Nicu Barbaros

That would be amazing @bjoerge, currently I am debouncing but still, I am seeing performance drops.

Indeed. Js. Hmmm that is super strange, gotta inspect if its something from my side while pasting the text.

Just in case someone is having troubles here is how I made it work Get all albums with the name. If there are not then create and save the new...

Still a problem. Gosh!! Is there a way to block tippy on touch devices?

For me it was if I was using the delay it will give this error. Now, after removing, it works, (i think so)

it looks like the error is somewhere here ``` const transform = style.transform || style.webkitTransform || style.mozTransform; let mat = transform.match(/^matrix3d\((.+)\)$/);