Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 10, 2017
1 parent 50bc47c commit 2036ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ define( function( require ) {
xMargin: 5,
yMargin: 5,
listener: function() {

// This setTimeout call is a workaround until hide and dispose are separated. It should be removed once
// https://github.com/phetsims/joist/issues/424 is complete.
setTimeout( function() { self.hide(); }, 0 );
},
accessibleFire: function() {
Expand Down

0 comments on commit 2036ccc

Please sign in to comment.