From 9ce288fe4754e99332c4e860d80c82cd68efbebf Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Aug 2023 16:57:08 -0400 Subject: [PATCH] Destroy the correct component in space list context menu (cherry picked from commit 2980af11b0b86027dd42b7d0edca6e8cbfd71113) --- src/qml/Page/RoomList/SpaceListContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Page/RoomList/SpaceListContextMenu.qml b/src/qml/Page/RoomList/SpaceListContextMenu.qml index 27aacda57..2a0e44e1f 100644 --- a/src/qml/Page/RoomList/SpaceListContextMenu.qml +++ b/src/qml/Page/RoomList/SpaceListContextMenu.qml @@ -54,7 +54,7 @@ Loader { onClosed: { root.closed() - destroy() + regularMenu.destroy() } } }