Skip to content

Commit

Permalink
setter is now auto-debounced
Browse files Browse the repository at this point in the history
  • Loading branch information
rafpaf committed May 3, 2024
1 parent 3f71b21 commit 29d1f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function MainNavbarView({
iconPosition="right"
iconSize={8}
headerClass={CS.mb1}
onToggle={_.debounce(setExpandBrowse, debounceTimeout)}
onToggle={setExpandBrowse}
>
<PaddedSidebarLink
icon="model"
Expand Down

0 comments on commit 29d1f89

Please sign in to comment.