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

Function unsetRect

Sortable.js:519–525  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

517 css(el, 'height', rect.height);
518 }
519 function unsetRect(el) {
520 css(el, 'position', '');
521 css(el, 'top', '');
522 css(el, 'left', '');
523 css(el, 'width', '');
524 css(el, 'height', '');
525 }
526 function getChildContainingRectFromElement(container, options, ghostEl) {
527 var rect = {};
528 Array.from(container.children).forEach(function (child) {

Callers 4

dragStartedFunction · 0.90
revertFunction · 0.90
dropFunction · 0.90
MultiDragPluginFunction · 0.70

Calls 1

cssFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…