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