react-zoom-pan-pinch
react-zoom-pan-pinch copied to clipboard
How to make content inside TransformComponent editable using contenteditable="true"
Here,
iam trying to build a UI where user can edit the content on the screen itself, this will able the user to see the live changes can zoom pinch and create multiple content blocks/canvas write in the screen
i have tried using react-contenteditable inside TransformComponent but its not able to edit how do i achieve this
any help would be appreciated.... Thanks
Same problem here, cannot interact with contenteditable text fields inside a TransformComponent Really a big problem in our case
The user-select is disabled in this library. can't enable even in inspect element