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':