Skip to content

Commit 330b26f

Browse files
authored
Merge pull request #16 from axelson/filter-transition-speed
Filter transitionSpeed as well
2 parents 918c7c9 + 41faaff commit 330b26f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/simple-modal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ function _filteredProps(props) {
9494
'containerClassName',
9595
'closeOnOuterClick',
9696
'show',
97-
'onClose'
97+
'onClose',
98+
'transitionSpeed'
9899
].map( p => {
99100
delete filtered[p]
100101
})

0 commit comments

Comments
 (0)