Skip to content

Commit

Permalink
fix(actions): bypass containerEl parameter when opened in Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 16, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 84b552a commit 05ad92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/actions/actions-class.js
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@ class Actions extends Modal {
}
if (convertToPopover && actions.popoverHtml) {
popover = app.popover.create({
containerEl: actions.params.containerEl,
content: actions.popoverHtml,
backdrop: actions.params.backdrop,
targetEl,

0 comments on commit 05ad92c

Please sign in to comment.