Skip to content

Commit

Permalink
remove max delay for window resize debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed May 23, 2024
1 parent 46a38a7 commit d50b46e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ export const createObserversSetup = (
onObserversUpdated({ _contentMutation });
},
{
_timeout: 333,
_maxDelay: 666,
_timeout: 222,
_leading: true,
}
);
Expand Down

0 comments on commit d50b46e

Please sign in to comment.