color input fixes

This commit is contained in:
Henry Jameson 2024-10-26 19:48:48 +03:00
commit 7419616f61
3 changed files with 9 additions and 3 deletions

View file

@ -151,6 +151,7 @@
:preview-css="previewCss"
:disabled="!editedSubShadow && typeof editedShadow !== 'string'"
:shadow="editedSubShadow"
:no-color-control="true"
@update:shadow="({ axis, value }) => updateSubShadow(axis, value)"
/>
</div>