Skip to content

Fix Elm Debugger

Compare
Choose a tag to compare
@tbash tbash released this 04 Jul 01:59
· 7 commits to master since this release
c334bc1

Elm Debugger was not visible in Chrome or Safari due to javascript:void(0) being used as src for an inner iframe tag. When the src is about:blank Chrome and Safari work but Firefox would fails, conditional was used to support all.