aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-17 20:42:06 +0800
committercrupest <crupest@outlook.com>2021-05-17 20:42:06 +0800
commit7bcea78abbef988afa5f817566d12aef9dd8f37f (patch)
treee88b0625a0f39484568ef6bdcabc9e0a1fb2791d /FrontEnd/src/app/views/timeline-common
parentf8f87526645ee067d767bf2a322539454380e52e (diff)
downloadtimeline-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.tsx1
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