Skip to content

Commit

Permalink
fix(calculator): default focus -1
Browse files Browse the repository at this point in the history
  • Loading branch information
김성욱 authored and 42sungwook committed Oct 18, 2023
1 parent 16773d1 commit 303730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Calculator/atoms/currentOpenSpotlightIndexAtom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { atom } from 'jotai';

export const currentOpenSpotlightIndexAtom = atom(0);
export const currentOpenSpotlightIndexAtom = atom(-1);

0 comments on commit 303730d

Please sign in to comment.