Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 58e19b8

Browse files
committed
fix comments
1 parent 2472093 commit 58e19b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/widgets/binding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void detachRootWidget() {
143143
return;
144144
}
145145

146-
//draw one frame to ensure that the former widget tree has been layout for at least once
146+
//The former widget tree must be layout first before its destruction
147147
this.drawFrame();
148148
this.attachRootWidget(null);
149149
this.buildOwner.buildScope(this._renderViewElement);

0 commit comments

Comments
 (0)