We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2cd26 commit 30faa47Copy full SHA for 30faa47
layout/positionable/positionable.js
@@ -616,7 +616,6 @@ if ( $.uiBackCompat !== false ) {
616
init : function(element, options) {
617
this.element.css("position","absolute");
618
if(!this.options.keep){
619
- this.element[0].parentNode.removeChild(this.element[0])
620
document.body.appendChild(this.element[0]);
621
}
622
},
0 commit comments