Skip to content

Commit

Permalink
fix(trello.js): update card container selector (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiAO authored Mar 29, 2024
1 parent e34e00d commit a448a2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/trello.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const getProject = () => {
return project ? project.textContent.trim() : '';
};

const cardContainerSelector = '.window-overlay .window-wrapper'

const cardContainerSelector = '.card-detail-window';
togglbutton.render(
'.window-header:not(.toggl)',
{ observe: true, debounceInterval: 300 },
Expand Down

0 comments on commit a448a2c

Please sign in to comment.