Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
notifyNavigationIconClicked: () => {
this.dispatchEvent(new Event(
strings.NAVIGATION_EVENT, {bubbles: true, cancelable: true}));
},
getViewportScrollY: () => this.scrollTarget instanceof Window ?