Skip to content

Commit 8df15fe

Browse files
authored
[Dialog] Preact fix (#14)
* [Dialog] preact fix
1 parent f404148 commit 8df15fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dialog/DialogInner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class DialogInner extends React.Component {
7474
this.lastFocusBeforeDialog.focus();
7575
}
7676
setTimeout(() => {
77+
this.root.style.animationName = '';
7778
document.body.style.overflow = '';
7879
callback();
7980
}, 350);

0 commit comments

Comments
 (0)