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
Even restarting the browser (just tried it with Chrome) won't fix it.
The problem seems to be that the browser tries to load the last schema you chose and not the default schema. Best behaviour would be: Editor loads the last schema that was used but only if it does not break the editor, otherwise the default schema is used for loading.
The text was updated successfully, but these errors were encountered:
Tried it on firefox 75.0, everything the same but 3), worked for me (showing not a blank site but the editor with the LRMI draft schema).
Re your problem: supposed that something is cached at the harddisk but couldn't found anything:
Confirmed. This is probably due to bf9de82 where the schema URL is persisted to localStorage. It should obviously be validated before loading it. For now, you can delete the schemaURL key in the Application tab of the Developer Tools (in Chrome):
To reproduce (in Firefox or Chrome):
$ref
to other schema in GH pages #39). The window will stay blankThe problem seems to be that the browser tries to load the last schema you chose and not the default schema. Best behaviour would be: Editor loads the last schema that was used but only if it does not break the editor, otherwise the default schema is used for loading.
The text was updated successfully, but these errors were encountered: