ng-jsoneditor icon indicating copy to clipboard operation
ng-jsoneditor copied to clipboard

Fix a jsoneditor object recreation when there a "modes" or "ace" option

Open leenr opened this issue 8 years ago • 0 comments

There is a === check, which always fails for arrays and objects. When you specify "modes" (array) or "ace" (object) option, this will cause to almost always recreating jsoneditor object. In my case, it lead to empty object showing after mode switching via jsoneditor interface.

leenr avatar Jan 25 '17 15:01 leenr