@salesforcedevs/docs-components
Advanced tools
Comparing version 1.3.341-back-forth to 1.3.341-back-forth-1
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "1.3.341-back-forth", | ||
"version": "1.3.341-back-forth-1", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -202,7 +202,7 @@ /* eslint-disable @lwc/lwc/no-document-query */ | ||
// This event gets triggered when navigating back/forward | ||
handlePopState(): void { | ||
handlePopState = (): void => { | ||
if (this.showTabBasedRNB) { | ||
this.restoreTabSelection(); | ||
} | ||
} | ||
}; | ||
@@ -209,0 +209,0 @@ connectedCallback(): void { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
260719