Skip to content

Commit dc1c8e4

Browse files
spohlMozillapchevrel@mozilla.com
authored andcommitted
Bug 1995345: Fix typo in patch for bug 1985538 that broke dragging of images to Preview and other macOS apps. r=mac-reviewers,mstange a=pascalc
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. Differential Revision: https://phabricator.services.mozilla.com/D269279
1 parent 3c7d27d commit dc1c8e4

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
@@ -3886,7 +3886,7 @@ - (void)draggingSession:(NSDraggingSession*)aSession
38863886
return [(NSURL*)urlRef autorelease];
38873887
}
38883888

3889-
if (aUseFallback) {
3889+
if (!aUseFallback) {
38903890
return nil;
38913891
}
38923892

0 commit comments

Comments
 (0)