Auto-open remote projects on creation (#11826)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-05-14 16:05:26 -06:00 committed by GitHub
parent 67c9fc575f
commit 18b6ded8f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 154 additions and 126 deletions

View file

@ -157,7 +157,7 @@ impl RenderOnce for ListItem {
this.ml(self.indent_level as f32 * self.indent_step_size)
.px_2()
})
.when(!self.inset, |this| {
.when(!self.inset && !self.disabled, |this| {
this
// TODO: Add focus state
// .when(self.state == InteractionState::Focused, |this| {