Patch Changes
-
#769
8e3599f
Thanks @clauderic! - Fixed an issue with thecontainerNodeRect
that is exposed to modifiers having stale properties (top
,left
, etc.) when its scrollable ancestors were scrolled. -
#769
53cb962
Thanks @clauderic! - Fixed a regression with scrollable ancestors detection.The scrollable ancestors should be determined by the active node or the over node exclusively. The
draggingNode
variable shouldn't be used to detect scrollable ancestors since it can be the drag overlay node, and the drag overlay node doesn't have any scrollable ancestors because it is a fixed position element.