Skip to content

Commit a12962c

Browse files
committed
typo
1 parent 6045988 commit a12962c

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
@@ -39,7 +39,7 @@ const doLoadChildren = async () => {
3939
const onItemClick = (e: MouseEvent) => {
4040
// only handle the click event with partial page reloading if
4141
// - the user didn't press any special key let browsers handle special keys like "Ctrl+Click"
42-
// - the user doesn't edit the file (a full page reload shows a confirmation dialog if the editor or commit dialog have unsaved changed)
42+
// - 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;
4444
e.preventDefault();
4545
if (props.item.entryMode === 'tree') doLoadChildren();

0 commit comments

Comments
 (0)