Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
0fb5aee6
Commit
0fb5aee6
authored
Dec 06, 2023
by
Timothy J. Baek
Browse files
fix: wip code commented
parent
fc9d037a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages.svelte
+2
-2
No files found.
src/lib/components/chat/Messages.svelte
View file @
0fb5aee6
...
@@ -664,7 +664,7 @@
...
@@ -664,7 +664,7 @@
</div>
</div>
{/if}
{/if}
<button
<!--
<button
class="invisible group-hover:visible p-1 rounded dark:hover:bg-gray-800 transition"
class="invisible group-hover:visible p-1 rounded dark:hover:bg-gray-800 transition"
on:click={() => {
on:click={() => {
editMessageHandler(message.id);
editMessageHandler(message.id);
...
@@ -684,7 +684,7 @@
...
@@ -684,7 +684,7 @@
d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125"
d="M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L6.832 19.82a4.5 4.5 0 01-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 011.13-1.897L16.863 4.487zm0 0L19.5 7.125"
/>
/>
</svg>
</svg>
</button>
</button>
-->
<button
<button
class=
"{messageIdx + 1 === messages.length
class=
"{messageIdx + 1 === messages.length
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment