tippy: Expand `enter_sends` tooltip to full text width.

This commit is contained in:
Aman Agrawal 2022-02-08 04:22:16 +00:00 committed by Tim Abbott
parent e1e9708ea8
commit 5e90b32f40
1 changed files with 1 additions and 0 deletions

View File

@ -212,5 +212,6 @@ export function initialize() {
}
return true;
},
appendTo: () => document.body,
});
}