Moveable: [React]: pinchable: onPinchEnd is never called

Created on 1 Apr 2020  路  2Comments  路  Source: daybrush/moveable

Environments

Description

I forked the react-moveable codesandbox and played around with it. I added:

const onPinchEnd = () => {
    this.label.style.display = "none";
    document.getElementById("info").innerHTML = `onPinchEnd`;
  };

but it seems like it's never happening

bug complete

Most helpful comment

@taze-fullstack

react-moveable 0.19.2 is released,

Thank you :)

All 2 comments

@taze-fullstack

react-moveable 0.19.2 is released,

Thank you :)

Thank you. You rock!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

masoudelahi picture masoudelahi  路  5Comments

MiiZZo picture MiiZZo  路  3Comments

ajinkya-dev picture ajinkya-dev  路  3Comments

jameschetwood picture jameschetwood  路  6Comments

abinhho picture abinhho  路  5Comments