Fix link preview persisiting when room changed

Clear the hovertext on room change

BUG: 461036
This commit is contained in:
James Graham
2022-11-27 12:07:46 +00:00
committed by Carl Schwan
parent 2b512087e0
commit bad15cadd1

View File

@@ -47,6 +47,7 @@ Kirigami.ScrollablePage {
signal switchRoomDown()
onCurrentRoomChanged: {
applicationWindow().hoverLinkIndicator.text = "";
hasScrolledUpBefore = false;
}