Skip to content

Commit

Permalink
fix: update use single execution logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 29, 2023
1 parent 7d33ab7 commit b8a58ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useSingleExecution.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function useSingleExecution() {
}

setIsExecuting(true);
isExecutingRef.current = true;

const execution = action(params);
InteractionManager.runAfterInteractions(() => {
Expand Down

0 comments on commit b8a58ae

Please sign in to comment.