@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.
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamplace/components",
3
- "version": "0.7.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": "8c2cad31c840efeda8aa7f797f91dddbedb95397"
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) {