Fix eslint error and update svelte related stuff
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
// Close viewer and go to previous page
|
||||
const closeViewer = () => {
|
||||
goto(previousUrl, { replaceState: false, noscroll: true, keepfocus: true })
|
||||
goto(previousUrl, { replaceState: false, noScroll: true, keepFocus: true })
|
||||
}
|
||||
|
||||
// Enable navigation with keyboard
|
||||
|
||||
Reference in New Issue
Block a user