Dynamically setting setDraggingBounds?
-
I have some draggable panels and I'm trying to use setDraggingBounds so that when I move the first panel, the second one's dragging bounds update based on the new location of the first panel. Is this possible? The dragging bounds seem to only update on init, even though the variable I've used for the argument is changing correctly.