You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BMessage defines v-on:click event in the "emits" section, but it never fires this event in the code. I need to perform an action when user clicks on the message itself, but the native click event doesn't fire because it's overridden in the component code that never fires it (based on my deductions looking at the source code).
Steps to reproduce
Use b-message component in the template.
Add v-on:click event to the component and assign a function to it.
Expected behavior
Component fires the click event
Actual behavior
No click event happens when I click on the message
The text was updated successfully, but these errors were encountered:
Overview of the problem
Buefy version: [email protected]
Vuejs version: 3.5.13
OS/Browser: Windows/Chrome
Description
BMessage defines v-on:click event in the "emits" section, but it never fires this event in the code. I need to perform an action when user clicks on the message itself, but the native click event doesn't fire because it's overridden in the component code that never fires it (based on my deductions looking at the source code).
Steps to reproduce
Expected behavior
Component fires the click event
Actual behavior
No click event happens when I click on the message
The text was updated successfully, but these errors were encountered: