-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
[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)
}
Metadata
Metadata
Assignees
Labels
No labels