Skip to content

Commit

Permalink
make popover dismissable on click outside
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 26, 2024
1 parent 86dfb13 commit 68462fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include-in-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
title: "Express vs Core",
content: tooltipContents,
placement: 'auto',
trigger: 'click',
trigger: 'focus',
container: tabset
})
})
Expand Down

0 comments on commit 68462fb

Please sign in to comment.