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

Function _hideGhostForTarget

src/Sortable.js:289–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 },
288
289 _hideGhostForTarget = function() {
290 if (!supportCssPointerEvents && ghostEl) {
291 css(ghostEl, 'display', 'none');
292 }
293 },
294
295 _unhideGhostForTarget = function() {
296 if (!supportCssPointerEvents && ghostEl) {

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…