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

Commit

Permalink
fix: auto reset
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Aug 17, 2020
1 parent a2854e3 commit 34a6274
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class AppElementStyle {
return [
<app-color-text-background
expander={this.slide}
key={'<app-color-text-background-background'}
key={'background'}
colorType={'background'}
selectedElement={this.selectedElement}
moreColors={this.moreColors}
Expand All @@ -230,6 +230,7 @@ export class AppElementStyle {
this.renderList(),
<app-color-text-background
expander={!this.slide}
key={'text'}
selectedElement={this.selectedElement}
moreColors={this.moreColors}
slide={this.slide}
Expand Down

0 comments on commit 34a6274

Please sign in to comment.