mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
@@ -1,4 +1,5 @@
|
||||
import $ from "jquery";
|
||||
import _ from "lodash";
|
||||
|
||||
import {unresolve_name} from "../shared/src/resolved_topic.ts";
|
||||
import render_add_poll_modal from "../templates/add_poll_modal.hbs";
|
||||
@@ -508,6 +509,13 @@ export function initialize() {
|
||||
}
|
||||
});
|
||||
|
||||
$(".compose-scrollable-buttons").on(
|
||||
"scroll",
|
||||
_.throttle((e) => {
|
||||
compose_ui.handle_scrolling_formatting_buttons(e);
|
||||
}, 150),
|
||||
);
|
||||
|
||||
$("#compose_recipient_box").on("click", "#recipient_box_clear_topic_button", () => {
|
||||
const $input = $("input#stream_message_recipient_topic");
|
||||
$input.val("");
|
||||
|
||||
Reference in New Issue
Block a user