on_chat_text_area_pasted_text(
self,
event: ChatTextArea.PastedText,
) -> None| Name | Type | Description |
|---|---|---|
event* | ChatTextArea.PastedText | The |
Handle large pastes by collapsing into a compact placeholder.
Stores the full text in _pasted_contents and inserts a
[Pasted text #N +M lines] placeholder into the text area instead
of the raw content, keeping the input box compact.