solid-playground
solid-playground copied to clipboard
Browser native page zoom runs when iframe is focused
When iframe is focused, using zoom keyboard shortcuts will use the native browser page zoom instead of the custom one.
To fix this I need to add the keyup event, which triggers the custom zoom, to the iframe content body. It needs to added every time the iframe result gets refreshed.