Skip to content

Commit

Permalink
Remove note about fragile selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mquevill committed Nov 29, 2024
1 parent 149d71e commit d804634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/browser/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default {
userMenuNewSidebar: '[role=navigation] > div > div:nth-child(2) > div > div > div:nth-child(1) [role=button]',
viewsMenu: '.x9f619.x1n2onr6.x1ja2u2z.x78zum5.xdt5ytf.x2lah0s.x193iq5w.xdj266r',
selectedConversation: '[role=navigation] [role=grid] [role=row] [role=gridcell] [role=link][aria-current]',
// ! Very fragile selector (most likely cause of hidden dialog issue)
preferencesSelector: '[aria-label=Preferences]',
// TODO: Fix this selector for new design
messengerSoundsSelector: '._374d ._6bkz',
Expand Down

0 comments on commit d804634

Please sign in to comment.