This commit is contained in:
parent
686e62d0e0
commit
5d467180cf
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ export function App() {
|
|||
const handleKeyDown = (e: KeyboardEvent) => {
|
||||
if (e.metaKey && e.key === ',') {
|
||||
setShowSettings(true)
|
||||
e.preventDefault()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -64,7 +63,7 @@ export function App() {
|
|||
/>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="h-px shrink-0 bg-border" />
|
||||
<div class="bg-border h-px shrink-0" />
|
||||
<Show
|
||||
when={!updating()}
|
||||
fallback={(
|
||||
|
|
Loading…
Reference in a new issue