Andrew Zheng
Andrew Zheng
Thanks. This is something to do with SwiftUI's State properties and windows. Been experimenting with this for a while, will update if I find anything 👍
> I wonder if it might be possible if we add the popover's hosting controller as a child of the source hosting controller, but that would require SwiftUI exposing a...
Interesting — sorry for getting back so late. Testing rn.
Same here 😁
Nice, thanks!
Amazing, thanks! 1.18 wasn't working for me before this. Just make sure to set the java version to the one that says `java` in the path. ![Screen Shot 2021-12-26 at...
Weird. Maybe something to do with VariadicView
Hmm yeah I think it's because `contextMenu` creates a snapshot of the view for the scale effect. Try setting `swipeMinimumDistance` to a lower value (starts the swipe gesture earlier): ```swift...
### Important information Just making sure we're on the same page here: to return to the `closed` state, just do `context.state.wrappedValue = .closed`. No need to add a custom `.id`...
@aarku I haven't seen this error before, do you have any idea what caused it?