Skip to content

Commit

Permalink
chore(rich-text): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamRustamov committed Sep 28, 2024
1 parent c5c2053 commit dc3a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const handleItalicPress = () => {
ref.current?.toggleItalic();
};

const handleGetRTF = async () => {
console.log(ref.current?.getRTF());
const handleGetHTML = async () => {
console.log(ref.current?.getHTML());
};

const handleChange = (event: RichTextChangeEvent) => {
Expand Down

0 comments on commit dc3a72a

Please sign in to comment.