@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.
- package/dist/long-bow.cjs.development.js +3 -3
- 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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +1 -0
- package/src/components/CraftBook/CraftBook.tsx +1 -2
- package/src/.DS_Store +0 -0
- package/src/components/NPCDialog/.DS_Store +0 -0
- package/src/components/NPCDialog/img/.DS_Store +0 -0
- package/src/mocks/.DS_Store +0 -0
- package/src/mocks/atlas/.DS_Store +0 -0
|
@@ -32791,7 +32791,8 @@ var Chat = function Chat(_ref) {
|
|
|
32791
32791
|
type: "text",
|
|
32792
32792
|
autoComplete: "off",
|
|
32793
32793
|
onFocus: onFocus,
|
|
32794
|
-
onBlur: onBlur
|
|
32794
|
+
onBlur: onBlur,
|
|
32795
|
+
onTouchStart: onFocus
|
|
32795
32796
|
})), React__default.createElement(Column, {
|
|
32796
32797
|
justifyContent: "flex-end"
|
|
32797
32798
|
}, React__default.createElement(Button$1, {
|
|
@@ -33307,7 +33308,7 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
33307
33308
|
return React__default.createElement(DraggableContainer, {
|
|
33308
33309
|
type: exports.RPGUIContainerTypes.Framed,
|
|
33309
33310
|
width: "500px",
|
|
33310
|
-
cancelDrag: ".equipment-container-body .arrow-selector",
|
|
33311
|
+
cancelDrag: ".equipment-container-body .arrow-selector .rpgui-dropdown-imp",
|
|
33311
33312
|
onCloseButton: function onCloseButton() {
|
|
33312
33313
|
if (onClose) {
|
|
33313
33314
|
onClose();
|
|
@@ -33348,7 +33349,6 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
33348
33349
|
handleClick(option.key);
|
|
33349
33350
|
},
|
|
33350
33351
|
onTouchStart: function onTouchStart() {
|
|
33351
|
-
handleClick(option.key);
|
|
33352
33352
|
setIsShown({
|
|
33353
33353
|
show: true,
|
|
33354
33354
|
index: index
|