Skip to content

Commit 06ac1c9

Browse files
committed
update comment
1 parent 7fef0bb commit 06ac1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/ViewFileTreeItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const doLoadDirContent = () => {
4242
4343
const doLoadFileContent = (event: MouseEvent) => {
4444
// open the file in a new tab if either
45-
// - the auxiliary button (mouse wheel button) is the origin of the click
45+
// - the auxiliary button (usually the mouse wheel button) is the origin of the click
4646
// - the ctrl key was pressed while clicking
4747
const openNewTab = event.button === 1 || event.ctrlKey;
4848
props.navigateViewContent(props.item.fullPath, openNewTab);

0 commit comments

Comments
 (0)