probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

fix: de-select after invalid selection #106

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

This fixes the situation where the user makes a disallowed selection in handsontable (selects more than two columns, etc) and all cells are automatically de-selected. Previously cells in the table were not being de-selected after the disallowed selection.

Motivation

To return the app the expected behavior .