From 7bcea78abbef988afa5f817566d12aef9dd8f37f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 17 May 2021 20:42:06 +0800 Subject: feat: Change the color picker in operation dialog. --- FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'FrontEnd/src/app/views/timeline-common') diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx index f63b2b45..f38485eb 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx @@ -55,7 +55,6 @@ const TimelinePropertyChangeDialog: React.FC type: "color", label: "timeline.dialogChangeProperty.color", initValue: timeline.color ?? null, - disableAlpha: true, canBeNull: true, }, ] as const -- cgit v1.2.3