You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See here. There already is a TODO in the code related to this but given that our table rows are getting more complicated with the addition of tags, it can get quite slow. As such, I increase the visibility of this enhancement with an issue.
This should be relatively easy to fix since the only rows changing on mouse hover is the row referenced by self.hover_index and the newly selected row.
The text was updated successfully, but these errors were encountered:
See here. There already is a TODO in the code related to this but given that our table rows are getting more complicated with the addition of tags, it can get quite slow. As such, I increase the visibility of this enhancement with an issue.
This should be relatively easy to fix since the only rows changing on mouse hover is the row referenced by
self.hover_index
and the newly selected row.The text was updated successfully, but these errors were encountered: