Destroy the correct component in space list context menu

This commit is contained in:
Joshua Goins
2023-08-14 16:57:08 -04:00
parent 91d9406c38
commit 2980af11b0

View File

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