listview losing class mx-focus when clicking elsewhere

0
We are currently using a listview to show a page (with onclick microflow). but when we click somewhere on that page the listview loses mx-focus has anyone else run into this? how can we fix this?   how it should look:
asked
1 answers
1

Listviews do not really have a ‘selector / focus / active’  kinda state.

You should be able to configure a on click/focus class with the widget: css selector helper widget

answered