public connectedCallback()

in components/RuiScrollTo/src/RuiScrollTo.ts [59:67]


	public connectedCallback() {
		super.connectedCallback();

		const scrollTriggerEl = this.querySelector('[slot=scroll-trigger]') as HTMLElement;
		if (scrollTriggerEl) {
			this._scrollTriggerEl = scrollTriggerEl;
			this._scrollTriggerEl.onclick = this._handleScrollTrigger
		}
	}