@rpg-engine/long-bow 0.6.20 → 0.6.21

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.
@@ -31409,17 +31409,10 @@ var PartyManager = function PartyManager(_ref) {
31409
31409
  var partyRows = _ref.partyRows,
31410
31410
  isLeader = _ref.isLeader,
31411
31411
  userId = _ref.userId,
31412
- onClose = _ref.onClose,
31413
31412
  _onRemovePlayer = _ref.onRemovePlayer,
31414
31413
  _onChangeLeader = _ref.onChangeLeader;
31415
31414
  var invitationActionText = isMobileOrTablet() ? 'Tap' : 'Right click';
31416
- return React.createElement(DraggableContainer, {
31417
- type: RPGUIContainerTypes.Framed,
31418
- onCloseButton: onClose,
31419
- width: "800px",
31420
- height: "400px",
31421
- cancelDrag: ".partyRows"
31422
- }, React.createElement(Wrapper$5, null, React.createElement("div", {
31415
+ return React.createElement(React.Fragment, null, React.createElement(Wrapper$5, null, React.createElement("div", {
31423
31416
  style: {
31424
31417
  width: '100%'
31425
31418
  }