Skip to content

Commit d68a135

Browse files
committed
Fix #96
1 parent 87dd8a9 commit d68a135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PasteIntoFile/ClipboardContents.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ public static ClipboardContents FromClipboard() {
845845
&& ImageContentFromBytes(ext, stream.ToArray()) is ImageLikeContent imageContent
846846
) {
847847
images.Add(ext, imageContent);
848+
break;
848849
}
849850
}
850851
}

0 commit comments

Comments
 (0)