You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading https://spec.commonmark.org/dingus/ in Firefox, I usually get nothing in the preview area. The problem appears to be that the $('iframe').on('load', ... never fires (possibly because the frame is already loaded by the time the document ready callback runs), so the preview logic is simply never initialized. I guess this being a race also explains why it sometimes works (the chance seems to improve when I have devtools open, which possibly slows something down).
The text was updated successfully, but these errors were encountered:
Loading https://spec.commonmark.org/dingus/ in Firefox, I usually get nothing in the preview area. The problem appears to be that the
$('iframe').on('load', ...
never fires (possibly because the frame is already loaded by the time the document ready callback runs), so the preview logic is simply never initialized. I guess this being a race also explains why it sometimes works (the chance seems to improve when I have devtools open, which possibly slows something down).The text was updated successfully, but these errors were encountered: