@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.19.3-alpha.18",
3
+ "version": "0.19.3-alpha.19",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -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
- document.addEventListener('search-syncer-initialized', () => console.log('SEARCH SYNCER INITD'))
149
+ window.addEventListener('search-syncer-initialized', () => console.log('SEARCH SYNCER INITD'))
150
150
  }
151
151
 
152
152
  this.didRender = true;