refactor(node): set unscaled size on mount

This commit is contained in:
moklick
2019-07-16 13:16:30 +02:00
parent b10d4ca5e5
commit 2cdf0eb179
2 changed files with 5 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class App extends PureComponent {
if (!this.graphInstance) {
return false;
}
console.log('graph changed', elements);
// console.log('graph changed', elements);
}
onFitView() {