Skip to content

Commit

Permalink
more reliable positioning of the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Aug 2, 2023
1 parent cb56345 commit fc38e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ final class BookmarksBarViewController: NSViewController {
}

func showBookmarksBarPrompt() {
BookmarksBarPromptPopover().showBelow(promptAnchor)
BookmarksBarPromptPopover().show(relativeTo: promptAnchor.bounds, of: promptAnchor, preferredEdge: .minY)
self.bookmarksBarPromptShown = true
}

Expand Down

0 comments on commit fc38e7e

Please sign in to comment.