matthewdowney / rendergpt

A Chrome extension to render HTML/JavaScript/CSS from ChatGPT into iframes.
66 stars 2 forks source link

Make sure that pressing arrow keys inside iframe: the chatgpt webpage would not scroll up or down. #1

Closed BoQsc closed 1 year ago

matthewdowney commented 1 year ago

Hesitant to override default browser functionality here. Though if you're rendering some JavaScript that responds to arrow keys, you could ask ChatGPT how to prevent default handling after the custom logic runs.