Skip to content

Monaco editor broken in playground #281

@treejadey

Description

@treejadey

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.

Image

From a quick look, it seems to be an issue with this line

imba.io/index.imba

Lines 142 to 145 in 641ffeb

<script innerHTML='''
require.config({ paths: { vs: "/monaco/min/vs" } });
window.loadMonaco = function (cb) { require(["vs/editor/editor.main"], cb) };
'''>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions