fix trigger save draft when click save without doing anything

This commit is contained in:
houxg
2016-12-08 18:17:25 +08:00
parent 77062387ed
commit a2a375d25b

View File

@@ -39,7 +39,7 @@ public class CollectionUtils {
} }
return matchCount == b.size(); return matchCount == b.size();
} else { } else {
return false; return sizeA == 0;
} }
} }
} }