()
| 1005 | } |
| 1006 | }, |
| 1007 | _unhideGhostForTarget = function _unhideGhostForTarget() { |
| 1008 | if (!supportCssPointerEvents && ghostEl) { |
| 1009 | css(ghostEl, 'display', ''); |
| 1010 | } |
| 1011 | }; |
| 1012 | |
| 1013 | // #1184 fix - Prevent click event on fallback if dragged but item not changed position |
| 1014 | if (documentExists && !ChromeForAndroid) { |
no test coverage detected
searching dependent graphs…