Feat/feedback #43

Merged
al4423 merged 2 commits from feat/feedback into master 2025-06-12 14:34:36 +00:00
3 changed files with 380 additions and 4 deletions
Showing only changes of commit 8a6f447202 - Show all commits

View File

@@ -135,8 +135,8 @@
dropdownVisible = false;
}}
onkeypress={(event) => {
event.preventDefault();
if (event.key === "Enter") {
event.preventDefault();
const tag = filteredTags[0];
if (tag) addTag(tag)();
}