diff options
author | crupest <crupest@outlook.com> | 2021-05-17 20:42:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 20:42:06 +0800 |
commit | 7bcea78abbef988afa5f817566d12aef9dd8f37f (patch) | |
tree | e88b0625a0f39484568ef6bdcabc9e0a1fb2791d /FrontEnd/src/app/views/timeline-common | |
parent | f8f87526645ee067d767bf2a322539454380e52e (diff) | |
download | timeline-7bcea78abbef988afa5f817566d12aef9dd8f37f.tar.gz timeline-7bcea78abbef988afa5f817566d12aef9dd8f37f.tar.bz2 timeline-7bcea78abbef988afa5f817566d12aef9dd8f37f.zip |
feat: Change the color picker in operation dialog.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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<TimelinePropertyChangeDialogProps> type: "color", label: "timeline.dialogChangeProperty.color", initValue: timeline.color ?? null, - disableAlpha: true, canBeNull: true, }, ] as const |