Fix lexxy events prefix

This commit is contained in:
Jorge Manrubia
2025-08-26 08:33:15 +02:00
parent 5b5c698af7
commit a2963e3032
3 changed files with 3 additions and 3 deletions
@@ -47,7 +47,7 @@ export default class extends Controller {
#triggerChangeEvent(newValue) {
if (this.inputTarget.tagName === "LEXXY-EDITOR") {
this.inputTarget.dispatchEvent(new CustomEvent('fizzy:change', {
this.inputTarget.dispatchEvent(new CustomEvent('lexxy:change', {
bubbles: true,
detail: {
previousContent: '',