Skip to content

Commit 1c1e59e

Browse files
committed
fix for tsc
1 parent 27fa345 commit 1c1e59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ initializeNoteEditor()
5353

5454
function App(): JSX.Element {
5555
const { t } = useTranslation()
56+
// @ts-ignore for DEBUG
5657
const _ipcHandle = (): void => window.electron.ipcRenderer.send('ping')
5758
const editorRef = useRef<editor.IStandaloneCodeEditor | undefined>(undefined)
5859
const [notes, setNotes] = useAtom(notesAtom)

0 commit comments

Comments
 (0)