pixuireactcomponents 1.5.18 → 1.5.19
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.
package/package.json
CHANGED
|
@@ -197,7 +197,7 @@ var DragList = /** @class */ (function (_super) {
|
|
|
197
197
|
height: this.props.height,
|
|
198
198
|
} },
|
|
199
199
|
this.itemCache.map(function (item) { return item.vNode; }),
|
|
200
|
-
|
|
200
|
+
h("div", { style: __assign({ display: this.state.draggingIndex !== null ? 'block' : 'none', position: 'absolute', top: "".concat(this.state.dragOffsetY, "px"), left: "".concat(this.state.dragOffsetX, "px"), width: this.props.itemWidth, height: this.props.itemHeight, zIndex: 1000, pointerEvents: 'none', opacity: 0.5 }, this.props.hoverItemStyle) })));
|
|
201
201
|
};
|
|
202
202
|
return DragList;
|
|
203
203
|
}(Component));
|