12019-03-13 Devin Rousso <drousso@apple.com>
2
3 Web Inspector: REGRESSION: Canvas: the first processed action should be selected as soon as it's available if no previous selected action exists
4 https://bugs.webkit.org/show_bug.cgi?id=195732
5 <rdar://problem/48875214>
6
7 Reviewed by NOBODY (OOPS!).
8
9 * UserInterface/Views/CanvasSidebarPanel.js:
10 (WI.CanvasSidebarPanel.prototype._handleRecordingProcessedAction):
11 Rather than wait till the entire recording is ready, set the selected action as soon as the
12 first action is ready (assuming there isn't already a selected action).
13