refactor: improve drag-and-drop sorting feature for menu items (#7423)

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2025-05-14 10:16:21 +08:00
committed by GitHub
parent 796407c67d
commit 18105cbe44
11 changed files with 681 additions and 501 deletions

View File

@@ -202,7 +202,7 @@ const selectedRef = computed(() => {
);
});
const selectedRefKind = ref<string>("");
const selectedRefKind = ref<string>();
const selectedRefName = ref<string>("");
const onMenuItemSourceChange = () => {