We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd8a9 commit d68a135Copy full SHA for d68a135
1 file changed
PasteIntoFile/ClipboardContents.cs
@@ -845,6 +845,7 @@ public static ClipboardContents FromClipboard() {
845
&& ImageContentFromBytes(ext, stream.ToArray()) is ImageLikeContent imageContent
846
) {
847
images.Add(ext, imageContent);
848
+ break;
849
}
850
851
0 commit comments