diff --git a/src/app/note/components/TextNote.tsx b/src/app/note/components/TextNote.tsx index 8d56fc7f..5ac5a950 100644 --- a/src/app/note/components/TextNote.tsx +++ b/src/app/note/components/TextNote.tsx @@ -23,6 +23,7 @@ export interface Props { setEditorState: (editor: Editor | null) => void } export default (props: Props) => { + alert('x') const userState = useContext(UserStateContext) alert(JSON.stringify(userState)) const editor = useEditor({