fix scroll to bottom issue
This commit is contained in:
@@ -116,7 +116,7 @@ $(function() {
|
||||
//autoresize
|
||||
$('textarea').autosize();
|
||||
|
||||
$('#markdown').focus();
|
||||
//$('#markdown').focus();
|
||||
|
||||
//leave
|
||||
$(window).bind('beforeunload', function() {
|
||||
|
||||
Reference in New Issue
Block a user