Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed Dec 19, 2024
1 parent 4d46ad6 commit f01f3c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const CustomScriptSelector = memo<
});
// TODO fix focus back to the input and not Back > button
},
[onChange, state, selectorRef]
[onChange, state]
);

return (
Expand Down

0 comments on commit f01f3c4

Please sign in to comment.