mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
Fix incorrect initial height of textarea
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
$(function(){
|
||||
@if(elastic){
|
||||
$('#content@uid').elastic();
|
||||
$('#content@uid').trigger('blur');
|
||||
}
|
||||
|
||||
$('#preview@uid').click(function(){
|
||||
|
||||
Reference in New Issue
Block a user