From a2afd6f645cf6b27ac41a2439e4e94c506236118 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 27 May 2025 03:06:01 +0400 Subject: [PATCH 1/2] refac --- src/lib/components/chat/MessageInput.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index b500ab8f1..987355e3b 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -405,7 +405,6 @@ const onBlur = () => { shiftKey = false; - selectedChatId = null; }; onMount(async () => { From eb14bfbcdfe0239f1c4dfdf02341ca0ea50839b7 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 27 May 2025 12:59:01 +0400 Subject: [PATCH 2/2] refac: bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1c94cb6b3..a1ea5c8e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -93,7 +93,8 @@ body: required: true - label: I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). required: true - - label: I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: + - label: | + I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), @@ -102,7 +103,6 @@ body: - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. required: true - - type: textarea id: expected-behavior attributes: