Temporarily disable hard code focus on first column
This commit is contained in:
parent
c8d1ab4748
commit
f357881e5a
|
@ -146,7 +146,7 @@ function App() {
|
|||
const columns = document.getElementById('columns');
|
||||
if (columns) {
|
||||
// Focus first column
|
||||
columns.querySelector('.deck-container')?.focus?.();
|
||||
// columns.querySelector('.deck-container')?.focus?.();
|
||||
} else {
|
||||
const backDrop = document.querySelector('.deck-backdrop');
|
||||
if (backDrop) return;
|
||||
|
|
Loading…
Reference in a new issue