mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
(temp) never load editor monaco
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user