react-zoom-pan-pinch icon indicating copy to clipboard operation
react-zoom-pan-pinch copied to clipboard

How to make content inside TransformComponent editable using contenteditable="true"

Open vivekcontentstack opened this issue 1 year ago • 2 comments

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

vivekcontentstack avatar Nov 21 '23 06:11 vivekcontentstack

Same problem here, cannot interact with contenteditable text fields inside a TransformComponent Really a big problem in our case

R3D347HR4Y avatar Dec 17 '23 14:12 R3D347HR4Y

The user-select is disabled in this library. can't enable even in inspect element

bilawal-cyber avatar Dec 28 '23 07:12 bilawal-cyber