Skip to content

Commit

Permalink
handleAnything: single offer: tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Nov 1, 2024
1 parent 04dd9f8 commit 724c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/handleAnything.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const handleAnything = async (
offer
}
];
} else if (offer && BackendUtils.supportsOffers()) {
} else if (offer) {
if (isClipboardValue) return true;
return [
'Send',
Expand Down

0 comments on commit 724c4ac

Please sign in to comment.