this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Temporarily disable hard code focus on first column

+1 -1
+1 -1
src/app.jsx
··· 146 146 const columns = document.getElementById('columns'); 147 147 if (columns) { 148 148 // Focus first column 149 - columns.querySelector('.deck-container')?.focus?.(); 149 + // columns.querySelector('.deck-container')?.focus?.(); 150 150 } else { 151 151 const backDrop = document.querySelector('.deck-backdrop'); 152 152 if (backDrop) return;