...
|
...
|
@@ -994,7 +994,6 @@ EditorUi.prototype.selectPage = function(page, quiet, viewState) |
994
|
994
|
{
|
995
|
995
|
this.handleError(e);
|
996
|
996
|
} finally {
|
997
|
|
- console.log(arguments)
|
998
|
997
|
// TODO thingskit instance chart
|
999
|
998
|
Sidebar.prototype.chartsInstanceMapping.forEach(item => {
|
1000
|
999
|
item.dispose()
|
...
|
...
|
@@ -1002,7 +1001,6 @@ EditorUi.prototype.selectPage = function(page, quiet, viewState) |
1002
|
1001
|
Sidebar.prototype.chartsInstanceMapping.clear()
|
1003
|
1002
|
const graph = this.editor.graph
|
1004
|
1003
|
Sidebar.prototype.initChartInstance(graph)
|
1005
|
|
- console.log(Sidebar.prototype.chartsInstanceMapping)
|
1006
|
1004
|
}
|
1007
|
1005
|
};
|
1008
|
1006
|
|
...
|
...
|
|