feat: scrollToSelector
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/** @deprecated */
|
||||
export function scrollHardTo(elementId: string): void {
|
||||
const element = document.getElementById(elementId);
|
||||
if(!element){
|
||||
|
||||
Reference in New Issue
Block a user