compose: Move cursor to end of topic input after stream selection.

Fixes #25321.
This commit is contained in:
evykassirer
2023-05-01 14:17:55 -07:00
committed by Tim Abbott
parent b5c4064b7b
commit 9ea6eca253
8 changed files with 10 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ const $ = require("./zjquery");
exports.mock_stream_header_colorblock = () => {
const $stream_selection_dropdown = $("#compose_recipient_selection_dropdown");
const $stream_header_colorblock = $(".stream_header_colorblock");
$(".stream_header_colorblock").css = () => {};
$("#compose_recipient_selection_dropdown .stream_header_colorblock").css = () => {};
$stream_selection_dropdown.set_find_results(
".stream_header_colorblock",
$stream_header_colorblock,