feat(webui): preview dragged session mentions

This commit is contained in:
Xubin Ren
2026-08-06 19:11:05 +08:00
parent 9cf6cf0639
commit f44a766f98
5 changed files with 162 additions and 31 deletions
+1
View File
@@ -79,6 +79,7 @@ describe("ChatList", () => {
SESSION_DRAG_TYPE,
"websocket:reference",
);
fireEvent.dragEnd(reference, { dataTransfer });
});
it("reorders chats around a Codex-style insertion line", () => {