()
| 293 | }, |
| 294 | |
| 295 | _unhideGhostForTarget = function() { |
| 296 | if (!supportCssPointerEvents && ghostEl) { |
| 297 | css(ghostEl, 'display', ''); |
| 298 | } |
| 299 | }; |
| 300 | |
| 301 | |
| 302 | // #1184 fix - Prevent click event on fallback if dragged but item not changed position |
no test coverage detected
searching dependent graphs…