Skip to content

Commit a0c96f7

Browse files
Yair Even OrYair Even Or
Yair Even Or
authored and
Yair Even Or
committed
demo page fix
1 parent ac831d7 commit a0c96f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1>Color Picker</h1>
163163
if( e.key == 'Escape' ) showPicker = false
164164

165165
// remove the color-picker from the DOM
166-
if( showPicker ) {}
166+
if( showPicker )
167167
showColorPicker(pickerElem)
168168
else
169169
hideColorPicker(pickerElem);

0 commit comments

Comments
 (0)