Skip to content

Commit 0259800

Browse files
authored
Enable ColorPickerInput in landscape mode
When ColorPicker was used in landscape mode with ColorPickerInput enabled (hexInputBar == true), ColorPickerInput was disabled. Removed disabled attribute.
1 parent 3689739 commit 0259800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/colorpicker.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ class _ColorPickerState extends State<ColorPicker> {
432432
},
433433
enableAlpha: widget.enableAlpha,
434434
embeddedText: false,
435-
disable: true,
436435
),
437436
const SizedBox(height: 5),
438437
],

0 commit comments

Comments
 (0)