Skip to content

Commit

Permalink
Update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
qispark committed Aug 7, 2023
1 parent cf43831 commit ebb3932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Composer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ class Composer extends React.Component {
if (embeddedImages.length > 0 && embeddedImages[0].src) {
// If HTML has emoji, then treat this as plain text.
if (embeddedImages[0].dataset && embeddedImages[0].dataset.stringifyType === 'emoji') {
this.handlePastePlainText(event);
return;
this.handlePastePlainText(event);
return;
}
}

Expand Down

0 comments on commit ebb3932

Please sign in to comment.