mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-27 20:56:17 +02:00
4a19edaab2
This commit ensures that when a window is dragged over another window container while WindowContainerBehaviour::Append is set, the window will be removed from its current container and appended to the target container instead of swapping the positions of the two containers, as would be the case for WindowContainerBehaviour::Create. re #72