Arghhh now I've noticed it, I can't unsee it! Since this doesn't appear to happen between servers, it's possibly something to do with one of the fade animations when the mouse is moved on a folder. It's unlikely that its caused by the popover (removing the popover should confirm that) as the popover is a separate view that should not interfere with other SwiftUI animations.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Arghhh now I've noticed it, I can't unsee it! Since this doesn't appear to happen between servers, it's possibly something to do with one of the fade animations when the mouse is moved on a folder. It's unlikely that its caused by the popover (removing the popover should confirm that) as the popover is a separate view that should not interfere with other SwiftUI animations.
I tried adding a popover to the server icons, which caused this issue to happen between the server icons too. That's what made me notice the bug.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: cryptoAlgorithm
Arghhh now I've noticed it, I can't unsee it! Since this doesn't appear to happen between servers, it's possibly something to do with one of the fade animations when the mouse is moved on a folder. It's unlikely that its caused by the popover (removing the popover should confirm that) as the popover is a separate view that should not interfere with other SwiftUI animations.
Originally posted by: Sjmarf
I tried adding a popover to the server icons, which caused this issue to happen between the server icons too. That's what made me notice the bug.
Originally posted by: cryptoAlgorithm
Wow if it's actually due to the popover, it looks like a bug in SwiftUI again that'll be a major PITA to fix...