Move workspace title into collaboration titlebar item render

This commit is contained in:
Julia 2023-01-26 14:01:05 -05:00
parent 24fcad3fa2
commit ed2f1ddd2d
3 changed files with 21 additions and 17 deletions

View file

@ -363,6 +363,7 @@ impl<T: Element> AnyElement for Lifecycle<T> {
value
}
}
_ => panic!("invalid element lifecycle state"),
}
}