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 38d0eae commit 0a01dac
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 0a01dac

Please sign in to comment.