Skip to content

Commit 07a40a5

Browse files
spohlMozillaDonalMe
authored andcommitted
Bug 1995345: Fix typo in patch for bug 1985538 that broke dragging of images to Preview and other macOS apps. a=dmeehan DONTBUILD
I have verified that all previous bugs and known regressions continue to work as expected after this patch, namely: bug 1802163, bug 1948388, bug 1983136 and bug 1985538. Original Revision: https://phabricator.services.mozilla.com/D269279 Differential Revision: https://phabricator.services.mozilla.com/D269289
1 parent f678d91 commit 07a40a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/cocoa/nsCocoaWindow.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3855,7 +3855,7 @@ - (void)draggingSession:(NSDraggingSession*)aSession
38553855
return [(NSURL*)urlRef autorelease];
38563856
}
38573857

3858-
if (aUseFallback) {
3858+
if (!aUseFallback) {
38593859
return nil;
38603860
}
38613861

0 commit comments

Comments
 (0)