Skip to content

Commit f8b2ce5

Browse files
authored
Merge pull request #53 from lukewarlow/main
Pass source to showPopover
2 parents f09762d + 760467e commit f8b2ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invoker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
const shouldHide = !canShow && command === "hide-popover";
314314

315315
if (shouldShow) {
316-
invokee.showPopover();
316+
invokee.showPopover({ source });
317317
} else if (shouldHide) {
318318
invokee.hidePopover();
319319
}

0 commit comments

Comments
 (0)