Skip to content

Commit 35c9120

Browse files
committed
Update context-menu.js
1 parent 0a799be commit 35c9120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ contextMenu = {
6262

6363
fullName = getAttr(contextMenu.activeEl, 'repoobj');
6464

65-
fullName = JSON.parse(tree).fullName;
65+
fullName = JSON.parse(fullName).fullName;
6666

6767
}
6868

0 commit comments

Comments
 (0)