-
We have a page with a number of info links on it, including one on the top-level header section of the page. Clicking on the info links opens the correct corresponding help panel text. However, if the user just clicks on the "i" button to open the right-hand panel, the help text displayed is for an info link lower down on the page. I'd like it to open the "top level" help text, but I cannot find anything in the documentation that explains how this is managed. What am I misunderstanding, please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've found the answer. The
It is the initial value for |
Beta Was this translation helpful? Give feedback.
I've found the answer. The
HelpPanelProvider
is wrapped aroundAppLayout
and that, in turn, references code like this:It is the initial value for
setToolsContent
that defines what opens when the user clicks on the "i" icon.