Fix line length issue
This commit is contained in:
parent
69aab8d2d3
commit
69bcf1a034
5
src/js/select2/dropdown/attachBody.js
vendored
5
src/js/select2/dropdown/attachBody.js
vendored
@ -195,7 +195,10 @@ define([
|
|||||||
left: 0
|
left: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($.contains(document.body, $offsetParent[0]) || $offsetParent[0].isConnected) {
|
if (
|
||||||
|
$.contains(document.body, $offsetParent[0]) ||
|
||||||
|
$offsetParent[0].isConnected
|
||||||
|
) {
|
||||||
parentOffset = $offsetParent.offset();
|
parentOffset = $offsetParent.offset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user