@rpg-engine/long-bow 0.6.62 → 0.6.63

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.
@@ -26985,7 +26985,7 @@ var DraggableContainer = function DraggableContainer(_ref) {
26985
26985
  };
26986
26986
  }, []);
26987
26987
  return React__default.createElement(Draggable, {
26988
- cancel: ".container-close," + cancelDrag,
26988
+ cancel: ".container-close,input,button," + cancelDrag,
26989
26989
  disabled: dragDisabled,
26990
26990
  onDrag: function onDrag(_e, data) {
26991
26991
  if (onPositionChange) {