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
TableManager.defaultRightClick(MouseEvent e, int col, int row) is supposed to only display the "Row: "/"Delete this row"/"Unset this row as the reference taxon" menu items on the right click popup if you right click on a row. However, it currently displays these menu items when you right-click on the column headers as well. This suggests that the table API has changed in some way, or that there is some other bug in the code.
The text was updated successfully, but these errors were encountered:
TableManager.defaultRightClick(MouseEvent e, int col, int row) is supposed to only display the "Row: "/"Delete this row"/"Unset this row as the reference taxon" menu items on the right click popup if you right click on a row. However, it currently displays these menu items when you right-click on the column headers as well. This suggests that the table API has changed in some way, or that there is some other bug in the code.
The text was updated successfully, but these errors were encountered: