Back to Pull RequestsView on GitHub
#6617Closed
Simple Review
fix: improve permission dialog responsiveness and keyboard handling
by nickembrey•Jan 2, 2026
Summary
This PR fixes a bug where the input box in OpenCode became unresponsive when the permission dialog appeared. It ensures that keyboard events are handled only after the permission dialog is fully ready and adds a delay for rendering to prevent conflicts.
Changes
+69 additions-10 deletions
Impact Areas
UI ResponsivenessUser InteractionKeyboard Input Handling