Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-25 15:50:49 +08:00
109 changed files with 1699 additions and 744 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ Dialog.defaultOptions = {
confirmButtonColor: null,
showConfirmButton: true,
showCancelButton: false,
closeOnPopstate: false,
closeOnPopstate: true,
closeOnClickOverlay: false,
callback: (action) => {
instance[action === 'confirm' ? 'resolve' : 'reject'](action);