element-web/src/resizer
Bruno Windels 3ddc8baed1 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.
2018-12-18 14:27:10 +01:00
..
distributors.js
index.js
resizer.js fix resizing sometimes not working (and selecting text) 2018-12-18 14:27:10 +01:00
room.js
sizer.js