Fix link preview persisiting when room changed
Clear the hovertext on room change BUG: 461036
This commit is contained in:
committed by
Carl Schwan
parent
2b512087e0
commit
bad15cadd1
@@ -47,6 +47,7 @@ Kirigami.ScrollablePage {
|
|||||||
signal switchRoomDown()
|
signal switchRoomDown()
|
||||||
|
|
||||||
onCurrentRoomChanged: {
|
onCurrentRoomChanged: {
|
||||||
|
applicationWindow().hoverLinkIndicator.text = "";
|
||||||
hasScrolledUpBefore = false;
|
hasScrolledUpBefore = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user