Skip to content

Commit

Permalink
remove what is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kadencewp committed Jan 8, 2025
1 parent 32c3506 commit 1a1fbbc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/blocks/advancedheading/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1011,18 +1011,6 @@ function KadenceAdvancedHeading(props) {
? `${previewHOffset}px ${previewVOffset}px ${previewBlur}px ${KadenceColorOutput(
previewColorTextShadow
)}`
: textShadow[0].enable && previewDevice === 'Tablet'
? `${textShadow[0].hOffset}px ${textShadow[0].vOffset}px ${
textShadow[0].blur
}px ${KadenceColorOutput(textShadow[0].color)}`
: textShadowTablet[0].enable && previewDevice === 'Mobile'
? `${textShadowTablet[0].hOffset}px ${textShadowTablet[0].vOffset}px ${
textShadowTablet[0].blur
}px ${KadenceColorOutput(textShadowTablet[0].color)}`
: textShadow[0].enable && previewDevice === 'Mobile'
? `${textShadow[0].hOffset}px ${textShadow[0].vOffset}px ${
textShadow[0].blur
}px ${KadenceColorOutput(textShadow[0].color)}`
: undefined,
}}
placeholder={__('Write something…', 'kadence-blocks')}
Expand Down

0 comments on commit 1a1fbbc

Please sign in to comment.