neodash
neodash copied to clipboard
Selecting one row in a table erroneously triggers the selecting of subsequent rows.
Furthermore, once the rows are selected, they cannot be unselected.
Issue can be reproduced using the following query in a "table" report and report actions.
UNWIND [1,2,3] as diffs
RETURN diffs, 'a' as same