compupro / latin-annotator

A JS web app that annotates latin text and shows word agreement relationships
GNU General Public License v3.0
0 stars 0 forks source link

scrollToSelectedDef() doesn't #33

Closed compupro closed 5 years ago

compupro commented 5 years ago

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.

compupro commented 5 years ago

That was the problem. Fixed in https://github.com/compupro/latin-annotator/commit/299209a3493c1d41e39ed0ea1c8e97ae3991ac99