publ-echo-test 0.0.364 → 0.0.365
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,9 @@ export function GridBackgroundPlaceholder(_a) {
|
|
|
17
17
|
// 패턴은 colWidth + margin[0] 단위로 반복되므로, 마지막 열에서는 margin[0]이 필요 없습니다.
|
|
18
18
|
// 또는, 마지막 요소에는 margin[0]이 없다고 가정하고 계산합니다.
|
|
19
19
|
var gridContentWidth = totalCols * (colWidth + margin[0]) - margin[0];
|
|
20
|
-
|
|
20
|
+
// const showActiveRows =
|
|
21
|
+
// !!activeDrag.heightFitContent || !!activeDrag.isHeightVariable;
|
|
22
|
+
var showActiveRows = true;
|
|
21
23
|
return (_jsx("div", { className: "grid-placeholder", style: {
|
|
22
24
|
marginTop: margin[1] + "px",
|
|
23
25
|
marginBottom: margin[1] + "px",
|