We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45981f5 commit b0f056fCopy full SHA for b0f056f
web_src/js/features/contextpopup.js
@@ -30,6 +30,7 @@ export function initContextPopups() {
30
31
createTippy(this, {
32
content: el,
33
+ placement: 'top-start',
34
interactive: true,
35
interactiveBorder: 5,
36
onShow: () => {
web_src/js/modules/tippy.js
@@ -3,7 +3,6 @@ import tippy from 'tippy.js';
3
export function createTippy(target, opts = {}) {
4
const instance = tippy(target, {
5
appendTo: document.body,
6
- placement: 'top-start',
7
animation: false,
8
allowHTML: false,
9
hideOnClick: false,
0 commit comments