Skip to content

Commit

Permalink
Merge pull request #53 from lukewarlow/main
Browse files Browse the repository at this point in the history
Pass source to showPopover
  • Loading branch information
keithamus authored Feb 18, 2025
2 parents f09762d + 760467e commit f8b2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
const shouldHide = !canShow && command === "hide-popover";

if (shouldShow) {
invokee.showPopover();
invokee.showPopover({ source });
} else if (shouldHide) {
invokee.hidePopover();
}
Expand Down

0 comments on commit f8b2ce5

Please sign in to comment.