We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef0bb commit 06ac1c9Copy full SHA for 06ac1c9
web_src/js/components/ViewFileTreeItem.vue
@@ -42,7 +42,7 @@ const doLoadDirContent = () => {
42
43
const doLoadFileContent = (event: MouseEvent) => {
44
// open the file in a new tab if either
45
- // - the auxiliary button (mouse wheel button) is the origin of the click
+ // - the auxiliary button (usually the mouse wheel button) is the origin of the click
46
// - the ctrl key was pressed while clicking
47
const openNewTab = event.button === 1 || event.ctrlKey;
48
props.navigateViewContent(props.item.fullPath, openNewTab);
0 commit comments