Skip to content

Commit

Permalink
feat(Keyboard): Keep keyboard opened when after send a message
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Dec 10, 2024
1 parent ffd3d40 commit 8256f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/layouts/Chatbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
async function sendMessage(text: string, isStickerOrGif: boolean = false) {
hackVariableToRefocusChatBar.set(Math.random().toString())
message.set("")
let filesSelected = get(Store.state.chatAttachmentsToSend)[activeChat.id]?.localFiles
let filesSelectedFromStorage: FileInfo[] = get(Store.state.chatAttachmentsToSend)[activeChat.id]?.storageFiles
Expand Down

0 comments on commit 8256f78

Please sign in to comment.