Skip to content

iPad SwiftUI Scrollview Row #111

@wisepmlin

Description

@wisepmlin

[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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions