Skip to content

Commit

Permalink
feat(style-panel): fix some reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
betterdancing committed Nov 8, 2024
1 parent 99ba593 commit ab35c29
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<span v-if="item?.label && !item?.content">{{ item.label }}</span>
<tiny-popover
v-if="item?.content"
:effect="effect"
:placement="placement"
:visible-arrow="false"
:content="item.content"
Expand Down Expand Up @@ -46,7 +45,6 @@
}}</span>
<tiny-popover
v-if="selectedCollapsedOption?.content"
:effect="effect"
:placement="placement"
:visible-arrow="false"
:content="selectedCollapsedOption.content"
Expand All @@ -72,7 +70,6 @@
<span v-if="item?.label && !item?.content">{{ item.label }}</span>
<tiny-popover
v-if="item?.content"
:effect="effect"
:placement="placement"
:visible-arrow="false"
:content="item.content"
Expand Down

0 comments on commit ab35c29

Please sign in to comment.