mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
compose_box: Improve structures around compose buttons.
This commit is contained in:
@@ -619,7 +619,7 @@ export function check_overflow_text() {
|
||||
// expensive.
|
||||
const text = compose_state.message_content();
|
||||
const max_length = page_params.max_message_length;
|
||||
const $indicator = $("#compose_limit_indicator");
|
||||
const $indicator = $("#compose-limit-indicator");
|
||||
|
||||
if (text.length > max_length) {
|
||||
$indicator.addClass("over_limit");
|
||||
|
||||
Reference in New Issue
Block a user