We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceeb99 commit 5a1b8dfCopy full SHA for 5a1b8df
tools/server/public/index.html.gz
6 Bytes
tools/server/webui/src/components/Sidebar.tsx
@@ -231,7 +231,7 @@ function ConversationItem({
231
>
232
{conv.name}
233
</button>
234
- <div className="dropdown dropdown-end h-5">
+ <div tabIndex={0} className="dropdown dropdown-end h-5">
235
<BtnWithTooltips
236
// on mobile, we always show the ellipsis icon
237
// on desktop, we only show it when the user hovers over the conversation item
0 commit comments