We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1921893 commit 8adc45fCopy full SHA for 8adc45f
js/core/viewbasedjsonmodel.ts
@@ -30,8 +30,7 @@ export class ViewBasedJSONModel extends MutableDataModel {
30
constructor(data: ViewBasedJSONModel.IData) {
31
super();
32
this.updateDataset(data);
33
- //@ts-ignore
34
- window.jsonview = this;
+
35
this._transformState = new TransformStateManager();
36
// Repaint grid on transform state update
37
// Note: This will also result in the `model-reset` signal being sent.
0 commit comments