Highlight at rendering time too

This commit is contained in:
Jorge Manrubia
2025-05-23 13:25:07 +02:00
parent 85f03b5bf0
commit 1c41b956a9
4 changed files with 74 additions and 39 deletions
@@ -0,0 +1,8 @@
import { Controller } from "@hotwired/stimulus"
import { highlightAll } from "actiontext-lexical"
export default class extends Controller {
connect() {
highlightAll()
}
}