Destroy the correct component in space list context menu

(cherry picked from commit 2980af11b0)
This commit is contained in:
Joshua Goins
2023-08-14 16:57:08 -04:00
parent aa461fe078
commit 9ce288fe47

View File

@@ -54,7 +54,7 @@ Loader {
onClosed: {
root.closed()
destroy()
regularMenu.destroy()
}
}
}