Popovers icon indicating copy to clipboard operation
Popovers copied to clipboard

iPad SwiftUI Scrollview Row

Open wisepmlin opened this issue 2 months ago • 0 comments

[Popovers] - No PopoverModel present in responder chain (<Shuto.PopoverGestureContainer: 0x1283bed40; frame = (0 0; 1366 1024); autoresize = W+H; layer = <CALayer: 0x301af7680>>) - has the source view been installed into a window? Please file a bug report (https://github.com/aheze/Popovers/issues).

.popover( selection: $selection, tag: "(page.id.uuidString)", attributes: { $0.position = .absolute( originAnchor: .bottom, popoverAnchor: .top ) } ) { PageHoverPreview(page: page, selection: $selection) }

wisepmlin avatar Apr 10 '24 12:04 wisepmlin