[frontend/components] Fix unnecessary re-rendering
This commit is contained in:
parent
c134e9f87c
commit
f02134bb64
1 changed files with 1 additions and 1 deletions
|
@ -87,9 +87,9 @@
|
||||||
if (computedHeight > 40)
|
if (computedHeight > 40)
|
||||||
{
|
{
|
||||||
_overHeight = true;
|
_overHeight = true;
|
||||||
|
StateHasChanged();
|
||||||
}
|
}
|
||||||
_flag = true;
|
_flag = true;
|
||||||
StateHasChanged();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue