Skip to content

JsonEditorOptions param changing didn't update component #121

Open
@TunDevelop

Description

if (this.checked) { this.editorOptions.mode = 'tree' } else { this.editorOptions.mode = 'view' }
'checked' was changed and 'mode' was changed, but component working like this.editorOptions.mode = 'tree'

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