mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Fix issue where test page does not run in IE
This commit is contained in:
parent
46d7bf8522
commit
551115f82d
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@
|
|||
self.getCodiconPath = function(PATH_PREFIX) {
|
||||
PATH_PREFIX = PATH_PREFIX || '';
|
||||
const result = RESOLVED_CORE.getResolvedPath(PATH_PREFIX);
|
||||
return `${result}/base/browser/ui/codiconLabel/codicon/codicon.ttf`;
|
||||
return result + '/base/browser/ui/codiconLabel/codicon/codicon.ttf';
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue