mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
Make text-underneath-compose-box all nicely line up together.
(imported from commit d4676d95ccad18f65a29447647581b41d53dfa9a)
This commit is contained in:
@@ -204,7 +204,7 @@ exports.start = function (msg_type, opts) {
|
||||
}
|
||||
|
||||
if (message_snapshot !== undefined) {
|
||||
$('#restore-draft').css('visibility', 'visible');
|
||||
$('#restore-draft').show();
|
||||
}
|
||||
|
||||
if (opts.replying_to_message !== undefined) {
|
||||
@@ -266,7 +266,7 @@ exports.snapshot_message = function(message) {
|
||||
};
|
||||
|
||||
function clear_message_snapshot() {
|
||||
$("#restore-draft").css("visibility", "hidden");
|
||||
$("#restore-draft").hide();
|
||||
message_snapshot = undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user