RoomList: Change room on drag enter

With a delay. Allows to drag a file to NeoChat and switch rooms.

In the future we might want to allow dropping a file onto a
room to send it.
This commit is contained in:
Kai Uwe Broulik
2025-04-26 21:15:23 +02:00
parent 41d6233f78
commit 85f3d3b633
2 changed files with 21 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ Kirigami.Page {
connection: root.connection
collapsed: root.collapsed
highlighted: RoomManager.currentRoom === currentRoom
openOnDrag: true
}
}