[web] Format web sources with prettier and run fix linting errors

This commit is contained in:
chme
2022-02-19 06:39:14 +01:00
parent d7f1c13585
commit c78f861f45
116 changed files with 5274 additions and 2887 deletions

View File

@@ -286,7 +286,7 @@ export const router = createRouter({
component: SettingsPageRemotesOutputs
}
],
scrollBehavior (to, from, savedPosition) {
scrollBehavior(to, from, savedPosition) {
const wait_ms = 0
// console.log(to.path + '_' + from.path + '__' + to.hash + ' savedPosition:' + savedPosition)
if (savedPosition) {