@salesforcedevs/dx-components 0.19.3-alpha.18 → 0.19.3-alpha.19
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
|
@@ -146,7 +146,7 @@ export default class SidebarSearch extends LightningElement {
|
|
|
146
146
|
if (!this.didRender && this.value) {
|
|
147
147
|
console.log('dispatching highlight term in the render')
|
|
148
148
|
this.dispatchHighlightedTermChange();
|
|
149
|
-
|
|
149
|
+
window.addEventListener('search-syncer-initialized', () => console.log('SEARCH SYNCER INITD'))
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
this.didRender = true;
|