SiLeBAT / fcl-client

Web app for analyzing food delivery networks
https://silebat.github.io/fcl-client/
GNU General Public License v3.0
7 stars 2 forks source link

Row Selection Bug #792

Closed arne-z closed 3 months ago

arne-z commented 3 months ago

Selecting text in the filter box of the table view causes the selection to reset. selection event might emit array, object with array or Event object. filter-table-view.componen.ts function onRowSelectionChange needs to survive any of those.

afalenski commented 3 months ago

Error is gone. Great! Done