Fix code style issues

This commit is contained in:
Matthias Metelka 2022-09-06 23:00:56 +02:00
parent 4d59d04187
commit 6883bfec69

View file

@ -52,7 +52,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
$: animating = $size > 0 && !(collapsed || expanded);
$: height = $size * expandHeight;
$: measuring = !(collapsed || animating || expanded)
$: measuring = !(collapsed || animating || expanded);
</script>
<div