-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
gitcasso/browser-extension/src/lib/enhancers/modifyDOM.ts
Lines 33 to 34 in 63442ea
const writeTab = writePreviewTabs.find((button) => button.textContent.includes('Write')) | |
const previewTab = writePreviewTabs.find((button) => button.textContent.includes('Preview')) |
- Finding classes or IDs to identify these will be fragile to engineering changes, but resilient to locale
- The approach we are using now only works for english users
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working