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 c3cd2b9 commit 399c3b1Copy full SHA for 399c3b1
sources/net.sf.j2s.java.core/src/swingjs/JSDnD.java
@@ -52,7 +52,7 @@ public static void drop(JComponent jc, Object html5DataTransfer, String name, by
52
Point offset;
53
if (target != null) {
54
offset = jc.getLocationOnScreen();
55
- if (name == null)
+// if (name == null)
56
target.drop(JSDnD.createDropEvent(target, t, name, data, x, y));
57
return;
58
}
0 commit comments