diff --git a/web/src/tippyjs.js b/web/src/tippyjs.js index 113bac7754..d307da0759 100644 --- a/web/src/tippyjs.js +++ b/web/src/tippyjs.js @@ -567,4 +567,11 @@ export function initialize() { }, appendTo: () => document.body, }); + + delegate("body", { + target: "#send_later", + delay: LONG_HOVER_DELAY, + placement: "top", + appendTo: () => document.body, + }); } diff --git a/web/templates/compose.hbs b/web/templates/compose.hbs index a642cb61fa..56f9448b64 100644 --- a/web/templates/compose.hbs +++ b/web/templates/compose.hbs @@ -115,7 +115,7 @@ -