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 | afd3f8504f5db812c0e9689729ec884c21683e2a (patch) | |
tree | c10fbd994294c9a7f1fa2ada6d6d5b2133431a29 /FrontEnd/src/app/views/timeline-common | |
parent | 84cfdc6328d1fe5b0c6e169ae577d1e34f053255 (diff) | |
download | timeline-afd3f8504f5db812c0e9689729ec884c21683e2a.tar.gz timeline-afd3f8504f5db812c0e9689729ec884c21683e2a.tar.bz2 timeline-afd3f8504f5db812c0e9689729ec884c21683e2a.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 |