You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove "Click here to Edit" links
Removed links to edit illustrations in debugger-html-react-redux-overview.md
* Revert "Remove "Click here to Edit" links"
This reverts commit 2254642.
* Remove "Click here to Edit" links
Removed links to edit illustrations in debugger-html-react-redux-overview.md
Copy file name to clipboardExpand all lines: docs/debugger-html-react-redux-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ As with most documentation related to code, this document may be out of date. Th
25
25
Debugger.html is a React-Redux based application — the UI is constructed using React Components. the follow illustration provides a simplistic high level view:
[Click here to Edit](https://docs.google.com/drawings/d/1PC63VABa0x-W3hACi7ASXgawQeowbAvA_aqN_Z1wpRI/edit?usp=sharing)
123
+
<!-- Link to Edit:(https://docs.google.com/drawings/d/1PC63VABa0x-W3hACi7ASXgawQeowbAvA_aqN_Z1wpRI/edit?usp=sharing)-->
124
124
125
125
At any time a user can search the sources for a specific string by
126
126
pressing cmd->p. This will replace all of the components in the
@@ -140,7 +140,7 @@ The farthest right section of the application is handled by many components. At
140
140
* The Scopes component is responsible for rendering the current variable scopes for the given breakpoint. It uses the ObjectInspector component to render the tree for all scopes and variables. The state of which nodes are collapsed/expanded are maintained using a ManagedTree component, in similar fashion to the SourcesTree component.
0 commit comments