mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Fix test page issue
This commit is contained in:
parent
41bb016283
commit
6426199699
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ window.setTimeout(function () {
|
|||
|
||||
if (location.hash) {
|
||||
START_SAMPLE = location.hash.replace(/^\#/, '');
|
||||
START_SAMPLE = decodeURIComponent(START_SAMPLE);
|
||||
}
|
||||
|
||||
samplesData[START_SAMPLE]();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue