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
Error: TypeError: rawMarkdownIframe is undefined
Source File: resource://markdown_here_common/options.js
Line: 246
What's happening is that the preview iframe is loading before the DOM of the options page, so the options-iframe-loaded handler fires, but renderMarkdown() isn't yet ready.
Going to fix by making sure the options page is also loaded.
The text was updated successfully, but these errors were encountered:
This error results:
What's happening is that the preview
iframe
is loading before the DOM of the options page, so theoptions-iframe-loaded
handler fires, butrenderMarkdown()
isn't yet ready.Going to fix by making sure the options page is also loaded.
The text was updated successfully, but these errors were encountered: