@streamplace/components 0.7.7 → 0.7.9
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/components/chat/chat-box.js +0 -3
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/37be0eec +0 -0
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/56540125 +0 -0
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/67b1eb60 +0 -0
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/7c275f90 +0 -0
- package/package.json +2 -2
- package/src/components/chat/chat-box.tsx +0 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -245,9 +245,6 @@ function ChatBox({ isPopout, chatBoxStyle, emojiData, setIsChatVisible, }) {
|
|
|
245
245
|
handleEmojiSelect(filteredEmojis[highlightedIndex]);
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
else {
|
|
249
|
-
submit();
|
|
250
|
-
}
|
|
251
248
|
}
|
|
252
249
|
else if (k.nativeEvent.key === "ArrowUp") {
|
|
253
250
|
if (showSuggestions || showEmojiSuggestions) {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamplace/components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
4
4
|
"description": "Streamplace React (Native) Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "src/index.tsx",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "*"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "3fb5c967d2fc25e07f394829e44a48090de73a2d"
|
|
58
58
|
}
|
|
@@ -346,8 +346,6 @@ export function ChatBox({
|
|
|
346
346
|
if (filteredEmojis.length > 0) {
|
|
347
347
|
handleEmojiSelect(filteredEmojis[highlightedIndex]);
|
|
348
348
|
}
|
|
349
|
-
} else {
|
|
350
|
-
submit();
|
|
351
349
|
}
|
|
352
350
|
} else if (k.nativeEvent.key === "ArrowUp") {
|
|
353
351
|
if (showSuggestions || showEmojiSuggestions) {
|