Guards the adapter against reacting to its own writes.
Programmatic selection fires Tableau's MarkSelectionChanged. This adapter
does not listen for that event — syncing MAIDR's cursor from a user click is
a separate piece of work — so there is no loop to break today. The flag
exists because the binder also clears the selection before every re-read, and
whatever comes to listen must be able to tell that clear apart from a user
action.
Guards the adapter against reacting to its own writes.
Programmatic selection fires Tableau's
MarkSelectionChanged. This adapter does not listen for that event — syncing MAIDR's cursor from a user click is a separate piece of work — so there is no loop to break today. The flag exists because the binder also clears the selection before every re-read, and whatever comes to listen must be able to tell that clear apart from a user action.