Skip to content

Commit bfcf44d

Browse files
committed
Fix deselection bug in grid vis
1 parent 3bc13ac commit bfcf44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/application/views/melons/cantaloupe/js/scalarvisualizations.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@
15771577
if ( index != -1 ) {
15781578
newActiveNodes.splice( index, 1 );
15791579
} else {
1580-
base.activeNodes.splice( index, 1 );
1580+
base.activeNodes.splice( i, 1 );
15811581
}
15821582
}
15831583
n = newActiveNodes.length;

0 commit comments

Comments
 (0)