rihakd / textAnalytics

0 stars 0 forks source link

Expand 1 panel entry at a time #1

Open rihakd opened 9 years ago

rihakd commented 9 years ago

At this point there is an issues with the way .text and .wordEnties are highlighted on .hover() and .click()/.on(). Both .word(s) and .wordEntry(s) should always highlight simultaneously when user performs an action on either of them. Eg.: Hovering over a .wordEntry in the panel with text "hello" higlights both the .wordEntry and the .word in the text. When I hover over .word in the text, same thing happens.