We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2b7b0 commit ef323fdCopy full SHA for ef323fd
1 file changed
resources/js/pages/layout/Layout.vue
@@ -54,7 +54,7 @@ function focusMain() {
54
55
// Otherwise, focus the content card
56
if (!autofocusInput) {
57
- document.querySelector('#content-card')?.focus();
+ document.querySelector('#content-card')?.focus({ preventScroll: true });
58
}
59
}, 100);
60
});
0 commit comments