fix: Clean up handleTextChange to reset search tag and hide user suggestions

This commit is contained in:
2025-05-23 20:42:56 +02:00
parent cbb7472560
commit 9be731186a

View File

@@ -241,7 +241,7 @@ const UploadComponent: React.FC = () => {
setShowUserSuggestions(false)
setSearchTag("")
// Replace links only if they contain https://lumina.rocks
let updatedValue = value;