stricklandrbls commented on code in PR #838:
URL: https://github.com/apache/daffodil-vscode/pull/838#discussion_r1323517064


##########
src/svelte/src/components/dataEditor.svelte:
##########
@@ -319,6 +320,7 @@ limitations under the License.
     on:seek={seekEventHandler}
   />
 
+  <Help />

Review Comment:
   The `Help` component is "generic" but only displays content from available 
`HelpInformation` types that are defined in the `AvailableHelpSections`. 
   
   This component uses the contents of the `currentHelpSectionDisplayed` store 
to determine what is displayed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to