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

Function _unhideGhostForTarget

modular/sortable.core.esm.js:1007–1011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
1014if (documentExists && !ChromeForAndroid) {

Callers 1

Calls 1

cssFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…