matrix-react-sdk
3ddc8bae - fix resizing sometimes not working (and selecting text)

Commit
7 years ago
fix resizing sometimes not working (and selecting text) Last friday a child <div> was added inside the ResizeHandle component, which made the parentElement/classList checks fail on the event.target here. This would only fail (and select all the text) when dragging exactly on the grey line (the div), not the transparent margin around it. use closest to make sure we have the root element of the handle.
Author
Parents
Loading