Changeset 241601 in webkit


Ignore:
Timestamp:
Feb 15, 2019 11:12:20 AM (5 years ago)
Author:
Devin Rousso
Message:

Web Inspector: Canvas: taking a second recording doesn't select the Initial State by default
https://bugs.webkit.org/show_bug.cgi?id=194685

Reviewed by Matt Baker.

  • UserInterface/Views/CanvasSidebarPanel.js:

(WI.CanvasSidebarPanel.prototype._recordingChanged):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r241572 r241601  
     12019-02-15  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Canvas: taking a second recording doesn't select the Initial State by default
     4        https://bugs.webkit.org/show_bug.cgi?id=194685
     5
     6        Reviewed by Matt Baker.
     7
     8        * UserInterface/Views/CanvasSidebarPanel.js:
     9        (WI.CanvasSidebarPanel.prototype._recordingChanged):
     10
    1112019-02-14  Commit Queue  <commit-queue@webkit.org>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js

    r238483 r241601  
    375375        this._recordingTreeOutline.removeChildren();
    376376
     377        this._selectedRecordingActionIndex = NaN;
     378
    377379        if (this._recordingProcessingOptionsContainer) {
    378380            this._recordingProcessingOptionsContainer.remove();
Note: See TracChangeset for help on using the changeset viewer.