A little more testing needed, but this watches for the measureExpand to collapse. If it is collapsed, it executes clearMeasurements()
By using watch(), you can see when any property of any widget (or anything else really) changes. It could be useful in a lot of other places where we have event listeners
A little more testing needed, but this watches for the measureExpand to collapse. If it is collapsed, it executes clearMeasurements()
By using watch(), you can see when any property of any widget (or anything else really) changes. It could be useful in a lot of other places where we have event listeners