Skip to content

DiffEditor Issue #200

Open
Open
@developer-celusion

Description

@developer-celusion

I am facing issue when i use diffEditor with below issue.

app.js?id=54d2f2245e73c93ae703:2 TypeError: Cannot read properties of undefined (reading 'onDidChangeModelContent')
    at Proxy.initMonaco (app.js?id=54d2f2245e73c93ae703:2)
    at Proxy.mounted (app.js?id=54d2f2245e73c93ae703:2)

Below is the code snippet of Vue

<MonacoEditor 
        :value="content" 
        :language="language" 
        :options="options"
        :theme="theme"
        :diffEditor="diffEditor"
        :original="originalContent"
        @editorDidMount="editorDidMount"
        @change="editorChange"
    />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions