From 91069cf5382365362f94a5608e282f6993514afa Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 15 Jun 2025 16:21:58 +0200 Subject: [PATCH] use click.middle instead of auxclick --- web_src/js/components/ViewFileTreeItem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_src/js/components/ViewFileTreeItem.vue b/web_src/js/components/ViewFileTreeItem.vue index 5b2a4e577b..cd1969e58c 100644 --- a/web_src/js/components/ViewFileTreeItem.vue +++ b/web_src/js/components/ViewFileTreeItem.vue @@ -72,7 +72,7 @@ const doGotoSubModule = () => { :class="{'selected': selectedItem === item.fullPath}" :title="item.entryName" @click.stop="doLoadFileContent" - @auxclick.stop="doOpenContentInNewTab" + @click.middle.stop="doOpenContentInNewTab" >
@@ -86,7 +86,7 @@ const doGotoSubModule = () => { :class="{'selected': selectedItem === item.fullPath}" :title="item.entryName" @click.stop="doLoadFileContent" - @auxclick.stop="doOpenContentInNewTab" + @click.middle.stop="doOpenContentInNewTab" >
@@ -100,7 +100,7 @@ const doGotoSubModule = () => { :class="{'selected': selectedItem === item.fullPath}" :title="item.entryName" @click.stop="doLoadDirContent" - @auxclick.stop="doOpenContentInNewTab" + @click.middle.stop="doOpenContentInNewTab" >