For example, if want to call recomputeLayouts on drag start, it would be easier to do this in the top level callback. However, there is no way to access this there so passing as an argument would help. The current workaround is to create a null component just to do this.
For example, if want to call
recomputeLayouts
on drag start, it would be easier to do this in the top level callback. However, there is no way to access this there so passing as an argument would help. The current workaround is to create a null component just to do this.