@wrongstack/webui 0.7.6 → 0.7.8
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/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/wrongstack.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>WrongStack WebUI</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-CbP64lrD.js"></script>
|
|
9
9
|
<link rel="modulepreload" crossorigin href="/assets/vendor-Dff2jyfM.js">
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-B-u6omip.css">
|
|
11
11
|
</head>
|
package/dist/index.js
CHANGED
|
@@ -2587,7 +2587,7 @@ function ChatInput() {
|
|
|
2587
2587
|
handleSubmit(e);
|
|
2588
2588
|
}
|
|
2589
2589
|
},
|
|
2590
|
-
[slashSuggestions, atMention, promptHistory, historyIdx, runSlashCommand, handleSubmit]
|
|
2590
|
+
[slashSuggestions, slashIndex, atMention, promptHistory, historyIdx, input, runSlashCommand, handleSubmit]
|
|
2591
2591
|
);
|
|
2592
2592
|
const adjustTextareaHeight = () => {
|
|
2593
2593
|
const textarea = textareaRef.current;
|