scrollToSelectedDef() is supposed to scroll the bottom definition panel to the currently selected definition. There is a problem, and I think it's because the table in the tooltip shares the same id as the one in the definitionContainer, and scrollToSelectedDef() tries to get the table by id.
scrollToSelectedDef() is supposed to scroll the bottom definition panel to the currently selected definition. There is a problem, and I think it's because the table in the tooltip shares the same id as the one in the definitionContainer, and scrollToSelectedDef() tries to get the table by id.