@salesforcedevs/docs-components 1.3.341-back-forth → 1.3.341-back-forth-1
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
|
@@ -199,11 +199,11 @@ export default class ContentLayout extends LightningElement {
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
// This event gets triggered when navigating back/forward
|
|
202
|
-
handlePopState(): void {
|
|
202
|
+
handlePopState = (): void => {
|
|
203
203
|
if (this.showTabBasedRNB) {
|
|
204
204
|
this.restoreTabSelection();
|
|
205
205
|
}
|
|
206
|
-
}
|
|
206
|
+
};
|
|
207
207
|
|
|
208
208
|
connectedCallback(): void {
|
|
209
209
|
const hasParentHighlightListener = closest(
|