mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Temporarily disable hard code focus on first column
This commit is contained in:
parent
c8d1ab4748
commit
f357881e5a
1 changed files with 1 additions and 1 deletions
|
@ -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