[frontend/components] Fix unnecessary re-rendering

This commit is contained in:
Lilian 2024-10-24 18:45:39 +02:00
parent c134e9f87c
commit f02134bb64
No known key found for this signature in database

View file

@ -87,9 +87,9 @@
if (computedHeight > 40) if (computedHeight > 40)
{ {
_overHeight = true; _overHeight = true;
StateHasChanged();
} }
_flag = true; _flag = true;
StateHasChanged();
} }
} }
} }