MCPcopy Index your code
hub / github.com/SortableJS/Sortable / _unhideGhostForTarget

Function _unhideGhostForTarget

src/Sortable.js:295–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Sortable.jsFile · 0.70

Calls 1

cssFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…