use @vueuse/useClickOutside to hide context menu

This commit is contained in:
geoffrey45
2022-10-08 20:05:16 +03:00
committed by Mungai Njoroge
parent a496d68439
commit 4e0837a627
4 changed files with 24 additions and 12 deletions
-1
View File
@@ -67,7 +67,6 @@ import { paths } from "@/config";
import { formatSeconds } from "@/utils";
import { Routes } from "@/composables/enums";
import useQStore from "@/stores/queue";
import ArtistName from "@/components/shared/ArtistName.vue";
import HotKeys from "@/components/LeftSidebar/NP/HotKeys.vue";