From 718031c671c29139734c20c5a95aba2cf09654de Mon Sep 17 00:00:00 2001 From: elio Date: Thu, 22 Aug 2024 02:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BC=A0=E6=A0=87=E4=B8=AD=E9=94=AE=E5=85=B3?= =?UTF-8?q?=E9=97=ADmatch=20history=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/match-history/MatchHistoryTabs.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/renderer/src-main-window/views/match-history/MatchHistoryTabs.vue b/src/renderer/src-main-window/views/match-history/MatchHistoryTabs.vue index a470d0e8..3c38814f 100644 --- a/src/renderer/src-main-window/views/match-history/MatchHistoryTabs.vue +++ b/src/renderer/src-main-window/views/match-history/MatchHistoryTabs.vue @@ -12,6 +12,7 @@ > { + if (event.button === 1) { + mh.closeTab(tabId); + } +} + const handleMenuSelect = (action: string) => { switch (action) { case 'refresh':