fix broken spread text input and roundness present checkbox

This commit is contained in:
Henry Jameson 2024-11-14 17:26:33 +02:00
commit fc652523aa
2 changed files with 3 additions and 3 deletions

View file

@ -380,7 +380,7 @@ export default {
exports.editedOpacity = getEditedElement(null, 'opacity')
exports.isOpacityPresent = isElementPresent(null, 'opacity', 1)
exports.editedRoundness = getEditedElement(null, 'roundness')
exports.isRoundnessPresent = isElementPresent(null, 'roundness', 0)
exports.isRoundnessPresent = isElementPresent(null, 'roundness', '0')
exports.editedTextColor = getEditedElement('Text', 'textColor')
exports.isTextColorPresent = isElementPresent('Text', 'textColor', '#000000')
exports.editedTextAuto = getEditedElement('Text', 'textAuto')