@rpg-engine/long-bow 0.8.210 → 0.8.211
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/dist/long-bow.cjs.development.js +2 -2
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/DraggableContainer.tsx +2 -2
|
@@ -2499,8 +2499,8 @@ var DraggableContainer = function DraggableContainer(_ref) {
|
|
|
2499
2499
|
opacity = _ref.opacity;
|
|
2500
2500
|
var draggableRef = React.useRef(null);
|
|
2501
2501
|
if (isFullScreen) {
|
|
2502
|
-
width = '
|
|
2503
|
-
height = '
|
|
2502
|
+
width = '100vw';
|
|
2503
|
+
height = '100vh';
|
|
2504
2504
|
}
|
|
2505
2505
|
useOutsideClick(draggableRef, 'item-container');
|
|
2506
2506
|
var handleClickOutside = React.useCallback(function (event) {
|