fix: separate block construct and update construct updates in vocab list view (#4998)

This commit is contained in:
ggurdin 2025-12-30 15:56:06 -05:00 committed by GitHub
parent f6d40866da
commit 6c344a36e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,9 +79,9 @@ class ConstructAnalyticsViewState extends State<ConstructAnalyticsView> {
void _onConstructUpdate(AnalyticsStreamUpdate update) {
if (update.blockedConstruct != null) {
_onBlockConstruct(update);
} else {
_setAnalyticsData();
}
_setAnalyticsData();
}
void _onBlockConstruct(AnalyticsStreamUpdate update) {