Added a second layer of "defense" against user interactions on map being "overridden" by properties re-syncing in Blazor. This happens in argGisJsInterop by setting a boolean when the user interacts via event handlers.
Also did some reorganization of MapView.razor.cs, and started some investigations into what appears to be a GeoBlazor Pro-only bug affecting popup Actions.
Closes #276
Added a second layer of "defense" against user interactions on map being "overridden" by properties re-syncing in Blazor. This happens in
argGisJsInterop
by setting a boolean when the user interacts via event handlers.Also did some reorganization of
MapView.razor.cs
, and started some investigations into what appears to be a GeoBlazor Pro-only bug affecting popup Actions.