Fix errors from updates
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
href={url} class={classes}
|
||||
{target} {rel}
|
||||
data-sveltekit-prefetch={url && (isExternal || isProtocol) ? null : true}
|
||||
data-sveltekit-noscroll={isExternal || isProtocol ? null : true}
|
||||
data-sveltekit-noscroll={isExternal || isProtocol ? 'off' : ''}
|
||||
{disabled}
|
||||
tabindex="0"
|
||||
on:click
|
||||
|
||||
Reference in New Issue
Block a user