@rpg-engine/long-bow 0.3.33 → 0.3.34

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.
@@ -32785,7 +32785,8 @@ var Chat = function Chat(_ref) {
32785
32785
  type: "text",
32786
32786
  autoComplete: "off",
32787
32787
  onFocus: onFocus,
32788
- onBlur: onBlur
32788
+ onBlur: onBlur,
32789
+ onTouchStart: onFocus
32789
32790
  })), React.createElement(Column, {
32790
32791
  justifyContent: "flex-end"
32791
32792
  }, React.createElement(Button$1, {
@@ -33302,7 +33303,7 @@ var CraftBook = function CraftBook(_ref) {
33302
33303
  return React.createElement(DraggableContainer, {
33303
33304
  type: RPGUIContainerTypes.Framed,
33304
33305
  width: "500px",
33305
- cancelDrag: ".equipment-container-body .arrow-selector",
33306
+ cancelDrag: ".equipment-container-body .arrow-selector .rpgui-dropdown-imp",
33306
33307
  onCloseButton: function onCloseButton() {
33307
33308
  if (onClose) {
33308
33309
  onClose();
@@ -33343,7 +33344,6 @@ var CraftBook = function CraftBook(_ref) {
33343
33344
  handleClick(option.key);
33344
33345
  },
33345
33346
  onTouchStart: function onTouchStart() {
33346
- handleClick(option.key);
33347
33347
  setIsShown({
33348
33348
  show: true,
33349
33349
  index: index