From 1d21d476d54f070b4155527c057634a2f031b5a6 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Sat, 16 Aug 2025 15:06:31 +0200 Subject: [PATCH] feat: get context menu state variable directly in showContextMenu instead of requiring a context menu object as a parameter --- components/Guild/MemberEntry.vue | 4 +-- components/Message.vue | 14 +++++------ components/UserInterface/ResizableSidebar.vue | 10 ++++---- utils/showContextMenu.ts | 25 ++++++++++--------- 4 files changed, 26 insertions(+), 27 deletions(-) diff --git a/components/Guild/MemberEntry.vue b/components/Guild/MemberEntry.vue index e7fcbab..94ad56d 100644 --- a/components/Guild/MemberEntry.vue +++ b/components/Guild/MemberEntry.vue @@ -1,5 +1,5 @@