You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix top-left resizing - account for new position when calling back onResize (#136)
* Adjust deltas based on updated handle positions
* Reduce type check to any html el
* Persist reference to element, always measure by it
* Add standalone omnidirectional resize
* Position my example in line with others
* Extra padding at bottom for absolute example
* Adjust positioning adjustment by transformScale
* Adjust deltas based on updated handle positions
* Reduce type check to any html el
* Persist reference to element, always measure by it
* Add standalone omnidirectional resize
* Position my example in line with others
* Extra padding at bottom for absolute example
* Adjust positioning adjustment by transformScale
* More declarative axis checks
* Replace individual handle values with one object
* Replace individual handle values with one object
* Update webpack entry file + exact ClientRect
* Adding full absolute-positioning layout example
* Set up test case to verify modified position
* Test callback modifications with delta position
0 commit comments