mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-06 02:31:16 +02:00
fix: Clean up handleTextChange to reset search tag and hide user suggestions
This commit is contained in:
@@ -241,7 +241,7 @@ const UploadComponent: React.FC = () => {
|
|||||||
|
|
||||||
setShowUserSuggestions(false)
|
setShowUserSuggestions(false)
|
||||||
setSearchTag("")
|
setSearchTag("")
|
||||||
|
|
||||||
// Replace links only if they contain https://lumina.rocks
|
// Replace links only if they contain https://lumina.rocks
|
||||||
let updatedValue = value;
|
let updatedValue = value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user