@salesforcedevs/dx-components 0.19.3-alpha.61 → 0.19.3-alpha.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.19.3-alpha.61",
3
+ "version": "0.19.3-alpha.62",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -89,7 +89,7 @@ export default class Sidebar extends LightningElement {
89
89
 
90
90
  private onSelect(event: CustomEvent) {
91
91
  this._value = event.detail.name;
92
- this.dispatchHighlightedTermChange();
92
+ window.setTimeout(this.dispatchHighlightedTermChange, 200);
93
93
  }
94
94
 
95
95
  private onToggleClick(event: Event) {
@@ -136,7 +136,7 @@ export default class Sidebar extends LightningElement {
136
136
  bubbles: true
137
137
  })
138
138
  );
139
- }
139
+ };
140
140
 
141
141
  private assignFilteredTrees() {
142
142
  this.filteredTrees = this._trees