Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Original-Recipe authored Oct 23, 2024
1 parent f5d647a commit 21e77d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const AttributeList = React.forwardRef((props: IProps, ref) => {
props.attributeChanged(e.target.value);
};

const attributeClickDebounce = _.debounce(attributeClick, 200);
const attributeClickDebounce = _.debounce(attributeClick, 100);

const checkLock = (e: any, attributeInfo: any) => {
if (props?.forbidColor) {
Expand Down

0 comments on commit 21e77d9

Please sign in to comment.