fix(webui): allow moving active group panes

This commit is contained in:
Xubin Ren
2026-08-14 19:55:25 +09:00
parent b378319d4a
commit 1437d1a75a
3 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -1807,7 +1807,7 @@ describe("ThreadComposer", () => {
});
});
it("rejects session drops that are unavailable to the composer", () => {
it("rejects self-session drops that are unavailable to the composer", () => {
render(
<ThreadComposer
onSend={vi.fn()}