Skip to content

Commit

Permalink
hotfix: スタイルをアップロードできない問題の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
itsu-dev committed Jan 26, 2024
1 parent 2bce7c5 commit f12be2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/style_compresser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const insertStyleRule = (
!formats
.find((e) => e.cssSelector === cssSelector)
?.changes.find((e) => e.cssKey === change.cssKey)
&& change.cssValues.length > 0
) {
formats
.find((e) => e.cssSelector === cssSelector)
Expand Down

0 comments on commit f12be2a

Please sign in to comment.