We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
none
Message component is missing onclick prop
onclick should be added, for listening to clicks on Message component
No response
3.1.0
Windows 11
<Messages> {#each messagesData as message, index (index)} <div on:click={()=>handleMessageClick(message)} class={message.type=="sent"?"grid justify-items-end":''}> <Message ..../> </div> {/each} </Messages>
The text was updated successfully, but these errors were encountered:
4df47e3
No branches or pull requests
Check that this is really a bug
Reproduction link
none
Bug description
Message component is missing onclick prop
Expected Behavior
onclick should be added, for listening to clicks on Message component
Actual Behavior
No response
Konsta UI version
3.1.0
Platform/Target and Browser Versions
Windows 11
Validations
Would you like to open a PR for this bug?
Workaround
The text was updated successfully, but these errors were encountered: