mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-07 13:17:57 +00:00
Currently, when `set_text()` is called on GTextDocument a change is triggered and all clients registered get a document_did_set_text call. This in turn causes the TextEditorWidget to mark the document as dirty even on the first open, which makes for a weird experience.