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 introduce resizeFromContainerOffset method on distributor 2018-11-26 16:42:58 +01:00
index.js remove unused PercentageDistributor 2018-11-26 16:41:49 +01:00
resizer.js fix resizing sometimes not working (and selecting text) 2018-12-18 14:27:10 +01:00
room.js room sublist seems to get rendered w/o _scroll element 2018-12-10 16:51:32 +01:00
sizer.js make manual resizing follow cursor more accurately 2018-10-22 15:56:39 +02:00