mariohmol / ang-jsoneditor

Angular Jsoneditor that works with angular 4 to angular 15
https://stackblitz.com/edit/angular-json-editor
MIT License
155 stars 89 forks source link

JsonEditorOptions param changing didn't update component #121

Open TunDevelop opened 1 year ago

TunDevelop commented 1 year ago

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'