We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253e2c commit 85353f9Copy full SHA for 85353f9
1 file changed
src/home/space_lobby.rs
@@ -182,9 +182,7 @@ live_design! {
182
}
183
184
// A view that draws the hierarchical tree structure lines.
185
- DrawTreeLine = {{DrawTreeLine}} {
186
-
187
- }
+ DrawTreeLine = {{DrawTreeLine}} { }
188
189
TreeLines = {{TreeLines}} {
190
width: 0, height: Fill
@@ -300,7 +298,7 @@ live_design! {
300
298
301
299
302
303
- // Entry for a child room (leaf node, no expand icon)
+ // Entry for a child room within a space, which cannot be expanded.
304
pub RoomEntry = {{RoomEntry}}<SubspaceEntry> {
305
cursor: Default
306
0 commit comments