Removing unnecessary render step
This commit is contained in:
parent
17a95392a8
commit
bc351bc9fc
@ -125,8 +125,7 @@ export default class Node {
|
||||
}
|
||||
|
||||
if (this.proxy) {
|
||||
return this.proxy.render(this.container)
|
||||
.then(_.constant(this));
|
||||
return this.proxy.render(this.container);
|
||||
} else {
|
||||
this.startRender();
|
||||
return this._render()
|
||||
|
Loading…
Reference in New Issue
Block a user