Skip to content

Commit

Permalink
fix: the range value issue box shadow (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Biradar authored Oct 24, 2023
1 parent 2fedf25 commit dd3e386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/box-shadow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export function addBoxShadowListener(): void {
allBoxShadowInputsFields[idx].textContent = `${input.value}px`;
}
input.addEventListener('input', () => {
if (color.value === '') return;
slideIn(preview, isSliderOpen);

isSliderOpen = true;
Expand Down

1 comment on commit dd3e386

@vercel
Copy link

@vercel vercel bot commented on dd3e386 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.