(temp) never load editor monaco

This commit is contained in:
Diego Imbert
2025-04-17 14:31:01 +02:00
parent ba28323e1c
commit c20fca134d
+1 -1
View File
@@ -1379,7 +1379,7 @@
onMount(async () => {
if (BROWSER) {
if (loadAsync) {
setTimeout(() => loadMonaco().then((x) => (disposeMethod = x)), 0)
// setTimeout(() => loadMonaco().then((x) => (disposeMethod = x)), 0)
} else {
let m = await loadMonaco()
disposeMethod = m