feat(Toast): add clickOnClickOverlay option (#4967)

This commit is contained in:
neverland
2019-11-09 15:50:10 +08:00
committed by GitHub
parent 05c2df8e6a
commit b055980fe0
4 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ const defaultOptions = {
loadingType: undefined,
getContainer: 'body',
overlayStyle: null,
closeOnClick: false
closeOnClick: false,
closeOnClickOverlay: false
};
// default options of specific type