help wanted
仓库指标
- Star
- (22,338 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
swal({ title: "Ajax request example", text: "Submit to run ajax request", type: "info", showCancelButton: true, closeOnConfirm: false, showLoaderOnConfirm: true, }, function(){ swal("Ajax request finished!"); });
When I write code like this. These has two extra lines. See this image

I think Second Alert' size is less than FirstAlert's.
Please fix this issues