wip fix monaco

This commit is contained in:
Rizky 2024-03-21 10:36:52 +07:00
parent a8849248ed
commit d019c54776
1 changed files with 2 additions and 0 deletions

View File

@ -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",