Skip to content

Commit dd3e386

Browse files
author
Avinash Biradar
authored
fix: the range value issue box shadow (#533)
1 parent 2fedf25 commit dd3e386

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/box-shadow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export function addBoxShadowListener(): void {
153153
allBoxShadowInputsFields[idx].textContent = `${input.value}px`;
154154
}
155155
input.addEventListener('input', () => {
156-
if (color.value === '') return;
157156
slideIn(preview, isSliderOpen);
158157

159158
isSliderOpen = true;

0 commit comments

Comments
 (0)