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