You'll notice
Pastes that arrived before the chat input was ready are no longer dropped.
The chat input component now flushes any pending pastes (via takePendingPastes) through the paste handler once it mounts and is not hidden or disabled, fixing paste events that arrived before the input was ready to accept them.