Hey! I was trying to take a look at the demos on the website, such as:
https://imba.io/try/examples/apps/playground/app.imba
And there is an issue where the text editor is just entirely gone.

From a quick look, it seems to be an issue with this line
|
<script innerHTML=''' |
|
require.config({ paths: { vs: "/monaco/min/vs" } }); |
|
window.loadMonaco = function (cb) { require(["vs/editor/editor.main"], cb) }; |
|
'''> |
Hey! I was trying to take a look at the demos on the website, such as:
https://imba.io/try/examples/apps/playground/app.imba
And there is an issue where the text editor is just entirely gone.
From a quick look, it seems to be an issue with this line
imba.io/index.imba
Lines 142 to 145 in 641ffeb