Skip to content

Commit

Permalink
fix(trello): optimize render for slow networks
Browse files Browse the repository at this point in the history
  • Loading branch information
askides committed Oct 4, 2024
1 parent 957f3c1 commit 4ed2623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/trello.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const getProject = () => {
const cardContainerSelector = '.window-wrapper'

togglbutton.render(
'#card-back-name:not(.toggl)',
{ observe: true, debounceInterval: 1000 },
'[data-testid="card-back-make-template-button"]:not(.toggl)',
{ observe: true, debounceInterval: 2000 },
(elem) => {
const actionsWrapper = $(
'#layer-manager-card-back section:nth-child(4) > ul',
Expand Down

0 comments on commit 4ed2623

Please sign in to comment.