Revert "Revert "Replace House with Lexical""

This commit is contained in:
Jorge Manrubia
2025-05-29 14:25:16 +02:00
committed by GitHub
parent 223e589169
commit fa04016cbe
50 changed files with 915 additions and 575 deletions
@@ -0,0 +1,8 @@
import { Controller } from "@hotwired/stimulus"
import { highlightAll } from "actiontext-lexical"
export default class extends Controller {
connect() {
highlightAll()
}
}