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) => {
|
const handleKeyDown = (e: KeyboardEvent) => {
|
||||||
if (e.metaKey && e.key === ',') {
|
if (e.metaKey && e.key === ',') {
|
||||||
setShowSettings(true)
|
setShowSettings(true)
|
||||||
e.preventDefault()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +63,7 @@ export function App() {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="h-px shrink-0 bg-border" />
|
<div class="bg-border h-px shrink-0" />
|
||||||
<Show
|
<Show
|
||||||
when={!updating()}
|
when={!updating()}
|
||||||
fallback={(
|
fallback={(
|
||||||
|
|
Loading…
Reference in a new issue