Skip to content

Commit

Permalink
fix(asana): Change task title selector
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Jan 5, 2024
1 parent 53e24ca commit 15c93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/asana.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ togglbutton.render('.TaskPane:not(.toggl)', { observe: true },
return;
}

const descriptionSelector = () => taskPaneEl.querySelector('.TaskPane-titleRow textarea').textContent.trim();
const descriptionSelector = () => taskPaneEl.querySelector('.TaskPaneTitle textarea').textContent.trim();

const projectSelector = () => {
const projectElement = taskPaneEl.querySelector('.TokenizerPillBase-name');
Expand Down

0 comments on commit 15c93d5

Please sign in to comment.