We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fa345 commit 1c1e59eCopy full SHA for 1c1e59e
src/renderer/src/App.tsx
@@ -53,6 +53,7 @@ initializeNoteEditor()
53
54
function App(): JSX.Element {
55
const { t } = useTranslation()
56
+ // @ts-ignore for DEBUG
57
const _ipcHandle = (): void => window.electron.ipcRenderer.send('ping')
58
const editorRef = useRef<editor.IStandaloneCodeEditor | undefined>(undefined)
59
const [notes, setNotes] = useAtom(notesAtom)
0 commit comments