Skip to content

Commit

Permalink
Update TextNote.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Aug 27, 2023
1 parent 02d8873 commit e5d8811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/note/components/TextNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e5d8811

Please sign in to comment.