fix: revalidate UI after async update

This commit is contained in:
Johannes Frohnmeyer 2024-05-13 18:10:16 +02:00
parent 678fecefd5
commit 2bf871bdbf
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -47,6 +47,7 @@ class SDResultPanel(
}
)
panel.remove(loading)
panel.revalidate()
}
}