Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 34a6274

Browse files
fix: auto reset
1 parent a2854e3 commit 34a6274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

studio/src/app/popovers/editor/style/app-element-style/app-element-style.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class AppElementStyle {
208208
return [
209209
<app-color-text-background
210210
expander={this.slide}
211-
key={'<app-color-text-background-background'}
211+
key={'background'}
212212
colorType={'background'}
213213
selectedElement={this.selectedElement}
214214
moreColors={this.moreColors}
@@ -230,6 +230,7 @@ export class AppElementStyle {
230230
this.renderList(),
231231
<app-color-text-background
232232
expander={!this.slide}
233+
key={'text'}
233234
selectedElement={this.selectedElement}
234235
moreColors={this.moreColors}
235236
slide={this.slide}

0 commit comments

Comments
 (0)