Skip to content

Commit

Permalink
fix: set debounce callback to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVascon committed Apr 21, 2024
1 parent 3e8d42f commit e5f9e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const ActivityTitle = ({ activityId }: ActivityTitleProps) => {
cache: cache,
objectMetadataItem: objectMetadataItemActivity,
});
}, 500);
}, 0);

const handleTitleChange = (newTitle: string) => {
setActivityTitle(newTitle);
Expand Down

0 comments on commit e5f9e3e

Please sign in to comment.