remove obsolete comments
parent
fed256cbaa
commit
313bbaaeaa
|
@ -26,8 +26,6 @@ they have two methods:
|
||||||
`resizeFromContainerOffset` receives resize handle location
|
`resizeFromContainerOffset` receives resize handle location
|
||||||
within the container bounding box. For internal use.
|
within the container bounding box. For internal use.
|
||||||
This method usually ends up calling `resize` once the start offset is subtracted.
|
This method usually ends up calling `resize` once the start offset is subtracted.
|
||||||
the offset from the container edge of where
|
|
||||||
the mouse cursor is.
|
|
||||||
*/
|
*/
|
||||||
export default class FixedDistributor {
|
export default class FixedDistributor {
|
||||||
static createItem(resizeHandle, resizer, sizer) {
|
static createItem(resizeHandle, resizer, sizer) {
|
||||||
|
|
Loading…
Reference in New Issue