mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 13:15:52 +02:00
closes #2981
This commit is contained in:
@@ -557,6 +557,8 @@ define('composer', [
|
|||||||
|
|
||||||
stopNotifyInterval(composer.posts[post_uuid]);
|
stopNotifyInterval(composer.posts[post_uuid]);
|
||||||
stopNotifyTyping(composer.posts[post_uuid]);
|
stopNotifyTyping(composer.posts[post_uuid]);
|
||||||
|
|
||||||
|
$('body').css({'margin-bottom': '0px'});
|
||||||
};
|
};
|
||||||
|
|
||||||
return composer;
|
return composer;
|
||||||
|
|||||||
Reference in New Issue
Block a user