Skip to content

Commit

Permalink
call the hide/dispose function after the phetio event call, phetsims/…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 10, 2017
1 parent adeba66 commit 50bc47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ define( function( require ) {
xMargin: 5,
yMargin: 5,
listener: function() {
self.hide();
setTimeout( function() { self.hide(); }, 0 );
},
accessibleFire: function() {
self.focusActiveElement();
Expand Down

0 comments on commit 50bc47c

Please sign in to comment.