diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index a0680c94..6fcb9e4a 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -28,6 +28,7 @@ fix: duplicate chat content #916 fix: resolve pinned window shortcut not working #917 fix: WM ext does not work when operating focused win from another display #919 fix(Window Management): Next/Previous Desktop do not work #926 +fix: fix page rapidly flickering issue #935 ### ✈️ Improvements @@ -41,7 +42,6 @@ chore: bump tauri_nspanel to v2.1 #933 refactor: show_coco/hide_coco now use NSPanel's function on macOS #933 refactor: procedure that convert_pages() into a func #934 - ## 0.8.0 (2025-09-28) ### ❌ Breaking changes diff --git a/src/components/Search/InputBox.tsx b/src/components/Search/InputBox.tsx index 6b0e7650..80989c33 100644 --- a/src/components/Search/InputBox.tsx +++ b/src/components/Search/InputBox.tsx @@ -334,13 +334,13 @@ export default function ChatInput({ return (
{lineCount === 1 && renderSearchIcon()} {visibleSearchBar() && (