[Bug] click & drag a button on `Tasks` inspector cause unity editor hang for a while

I just tried it and there wasn't a slowdown, but I likely know the cause. All of the task buttons are drawn with IMGUI and IMGUI redraws every frame. I recommend using the quick task selection with the spacebar and leaving the tasks tab closed. This is a lot quicker to draw.
 
Top