Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jun 24, 2024
1 parent 541e6ee commit 3465646
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/demo/src/lib/components/listener.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
unlistenRTF = await onRTFUpdate((newRTF) => {
rtf = newRTF;
});
unlistenClipboard = await startListening({
html: true,
});
unlistenClipboard = await startListening();
onClipboardUpdate(async () => {
clear();
Expand Down

0 comments on commit 3465646

Please sign in to comment.