Reported by @tardy viper
Bug Report: Page becomes unresponsive after adding image reference
`Steps to Reproduce`
- Open sora.chatgpt.com
- Create new prompt
- Add reference image
- Observe: The entire page becomes unresponsive
`Expected Result`
After adding the image, the UI should remain functional, allowing me to finish my prompt and start generation normally.
`Actual Result`
When any image is added the whole page stops responding. Inspecting the DOM shows the <body> has "pointer-events: none". If I manually remove that style, the page works again, but the attached image dissappears. Adding another image re-applies the lock. This happens every time, regardless of image source.
`Environment`
Windows 10(latest update). Browsers tested: Chrome, Edge. Also on Android's Chrome app-same result. Reproducible: 100% of the time.