adamdotdevin pushed a fix to the app’s prompt input to prevent the main thread from locking up when pasting very large text. The update adds a safe fallback for large multiline inserts (avoiding an explosion of <br> nodes) and improves paste handling, with new/updated editor DOM tests covering the behavior.
