mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
return composing state to normal after discard/posting
This commit is contained in:
@@ -531,7 +531,8 @@ define('composer', [
|
||||
$('body').css({'margin-bottom': 0});
|
||||
$('[data-action="post"]').removeAttr('disabled');
|
||||
|
||||
app.toggleNavbar(true);
|
||||
|
||||
$('html').removeClass('composing mobile');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user