Changeset 244311 in webkit
- Timestamp:
- Apr 15, 2019, 5:00:58 PM (7 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/SearchSidebarPanel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r244308 r244311 1 2019-04-15 Nikita Vasilyev <nvasilyev@apple.com> 2 3 Unreviewed, fix typo in a comment. 4 5 * UserInterface/Views/SearchSidebarPanel.js: 6 (WI.SearchSidebarPanel.prototype.performSearch): 7 1 8 2019-04-15 Devin Rousso <drousso@apple.com> 2 9 -
trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js
r243207 r244311 247 247 248 248 let domSearchResults = ({nodeIds}) => { 249 // If someone started a new search, then return early and stop showing sea ch results from the old query.249 // If someone started a new search, then return early and stop showing search results from the old query. 250 250 if (this._domSearchIdentifier !== searchId) 251 251 return;
Note:
See TracChangeset
for help on using the changeset viewer.