Rename Action Text Lexical => Lexxy
Conflicts: app/assets/stylesheets/terminals.css
This commit is contained in:
@@ -46,8 +46,8 @@ export default class extends Controller {
|
||||
}
|
||||
|
||||
#triggerChangeEvent(newValue) {
|
||||
if (this.inputTarget.tagName === "LEXICAL-EDITOR") {
|
||||
this.inputTarget.dispatchEvent(new CustomEvent('actiontext:change', {
|
||||
if (this.inputTarget.tagName === "LEXXY-EDITOR") {
|
||||
this.inputTarget.dispatchEvent(new CustomEvent('fizzy:change', {
|
||||
bubbles: true,
|
||||
detail: {
|
||||
previousContent: '',
|
||||
|
||||
Reference in New Issue
Block a user