Ayoub benayache
Ayoub benayache
is there any updates about this issue? i have the same problem
i solved it by the following add new boolean variable const [dragHandler,setDragHandler]=useState(false) canDrag (node)=>{ if(dragHandler) return true } .... render(node,{.....})=>{ return(setDragHandler(e) } )/>) } inside the customNode i added IconButton...
same problem, any solution ?
if you are using mui modal , i find this solution. https://github.com/nhn/tui.image-editor/issues/354#issuecomment-720410463 use disableEnforceFocus
any news? i think react-window will solve it using VariableSizeList easily, maybe this can help you https://codesandbox.io/s/react-window-dynamic-row-height-forked-y3dlcd