Skip to content

Commit 44b4d0a

Browse files
committed
Fix popover hiding bug on click inside
1 parent fce6489 commit 44b4d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
// TODO: figure out how to have griddly in modal and still use body container. as it is, something about the modal
603603
// blocks inputs in popovers from getting focus. so as a fallback I put it back in the bouding container,
604604
// which will work but means it will get cut off if griddly is scrollable
605-
container: el, // this.$element.parents(".modal").length ? null : "body",
605+
container: null, // this.$element.parents(".modal").length ? null : "body",
606606
template: '<div class="popover griddly-filter-popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>',
607607
content: function ()
608608
{

0 commit comments

Comments
 (0)