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