From d9293c22d02f6602b19c1dba6608044e97cf16a2 Mon Sep 17 00:00:00 2001 From: agatha197 Date: Tue, 29 Oct 2024 13:43:11 +0900 Subject: [PATCH] feat: new image parsing --- react/src/components/ImageList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/react/src/components/ImageList.tsx b/react/src/components/ImageList.tsx index 111fe768a3..9404cf1852 100644 --- a/react/src/components/ImageList.tsx +++ b/react/src/components/ImageList.tsx @@ -342,6 +342,7 @@ const ImageList: React.FC<{ style?: React.CSSProperties }> = ({ style }) => { } + highlightKeyword={imageSearch} /> ) : null, },