Skip to content

Commit 49ddf5b

Browse files
committed
update comment
1 parent b7f6688 commit 49ddf5b

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
@@ -37,7 +37,7 @@ const doLoadChildren = async () => {
3737
};
3838
3939
const onItemClick = (e: MouseEvent) => {
40-
// only handle the click event with partial page reloading if
40+
// only handle the click event with partial page reloading if either
4141
// - the user didn't press any special key let browsers handle special keys like "Ctrl+Click"
4242
// - the user doesn't edit the file (a full page reload shows a confirmation dialog if the editor or commit dialog have unsaved changes)
4343
if (!isPlainClick(e) || props.store.pageIsEdit) return;

0 commit comments

Comments
 (0)