compose_box: Move send-control-button Tippy logic to compose file.

This commit is contained in:
Karl Stolley 2023-11-14 13:36:01 -06:00 committed by Tim Abbott
parent e82c875bc3
commit fd8711023d
2 changed files with 7 additions and 7 deletions

View File

@ -56,6 +56,13 @@ export function initialize() {
appendTo: () => document.body,
});
delegate("body", {
target: ".send-control-button",
delay: LONG_HOVER_DELAY,
placement: "top",
appendTo: () => document.body,
});
delegate("body", {
target: "#compose-send-button",
delay: EXTRA_LONG_HOVER_DELAY,

View File

@ -445,13 +445,6 @@ export function initialize() {
appendTo: () => document.body,
});
delegate("body", {
target: ".send-control-button",
delay: LONG_HOVER_DELAY,
placement: "top",
appendTo: () => document.body,
});
delegate("body", {
target: ["#stream_creation_form .add_subscribers_disabled"],
content: $t({