wip fix monaco
This commit is contained in:
parent
a8849248ed
commit
d019c54776
|
|
@ -141,6 +141,8 @@ export const EdScriptMonaco: FC<{}> = () => {
|
|||
break;
|
||||
case "prop-instance":
|
||||
{
|
||||
types._raw = declareScope(p, meta, monaco);
|
||||
|
||||
const nmodel = monaco.editor.createModel(
|
||||
trim(val),
|
||||
"typescript",
|
||||
|
|
|
|||
Loading…
Reference in New Issue