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

Function _hideGhostForTarget

modular/sortable.complete.esm.js:1002–1006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1000 options.group = group;
1001 },
1002 _hideGhostForTarget = function _hideGhostForTarget() {
1003 if (!supportCssPointerEvents && ghostEl) {
1004 css(ghostEl, 'display', 'none');
1005 }
1006 },
1007 _unhideGhostForTarget = function _unhideGhostForTarget() {
1008 if (!supportCssPointerEvents && ghostEl) {
1009 css(ghostEl, 'display', '');

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…