From 30d95b48fdc829ab23b12bd72fcd5a10da9889ff Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 17 Oct 2024 12:32:25 -0600 Subject: [PATCH] fix(playground): make messages collapsible so they can be dragged (#5062) * fix: make messages collapsible so they can be dragged * fix tests --- app/src/pages/playground/PlaygroundChatTemplate.tsx | 1 + app/src/pages/playground/__tests__/playgroundUtils.test.ts | 2 +- app/src/store/playground/playgroundStore.tsx | 3 ++- app/src/store/playground/types.ts | 6 +++++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/pages/playground/PlaygroundChatTemplate.tsx b/app/src/pages/playground/PlaygroundChatTemplate.tsx index bea1b63f1d..6674ef728a 100644 --- a/app/src/pages/playground/PlaygroundChatTemplate.tsx +++ b/app/src/pages/playground/PlaygroundChatTemplate.tsx @@ -219,6 +219,7 @@ function SortableMessageItem({ return (