Skip to content

Commit

Permalink
fix: update filename selector (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 15, 2024
1 parent 62afc32 commit 349db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SELECTORS = {
.ActionList-item-label,
a.tree-browser-result > marked-text,
.PRIVATE_TreeView-item-content > .PRIVATE_TreeView-item-content-text,
.react-directory-filename-column h3,
.react-directory-filename-column .react-directory-filename-cell a,
[aria-label="Parent directory"] div`,
icon: `.octicon-file,
.octicon-file-directory-fill,
Expand Down

0 comments on commit 349db68

Please sign in to comment.