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

Function unsetRect

modular/sortable.complete.esm.js:513–519  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

511 css(el, 'height', rect.height);
512}
513function unsetRect(el) {
514 css(el, 'position', '');
515 css(el, 'top', '');
516 css(el, 'left', '');
517 css(el, 'width', '');
518 css(el, 'height', '');
519}
520function getChildContainingRectFromElement(container, options, ghostEl) {
521 var rect = {};
522 Array.from(container.children).forEach(function (child) {

Callers 1

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…