mengshukeji
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
src/luckysheet-core.js
|
@ -27198,7 +27198,10 @@ |
|
|
$(window).resize(function () { |
|
|
$(window).resize(function () { |
|
|
iscopyself = false; |
|
|
iscopyself = false; |
|
|
//jfgridautoadjustmousedown = 1;
|
|
|
//jfgridautoadjustmousedown = 1;
|
|
|
jfgrid.jfgridsizeauto(); |
|
|
var jfgridDocument = document.getElementById("jfgrid"); |
|
|
|
|
|
if(jfgridDocument){ |
|
|
|
|
|
jfgrid.jfgridsizeauto(); |
|
|
|
|
|
} |
|
|
//jfgridautoadjustmousedown = 2;
|
|
|
//jfgridautoadjustmousedown = 2;
|
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|