Skip to content

Commit

Permalink
add a11yClickInProgress guard to PressListener, phetsims/scenery#719
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 31, 2018
1 parent e75ba09 commit a5b98f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ define( function( require ) {
/**
* Show the dialog
* @public
* @override
*/
show: function() {
if ( UpdateCheck.areUpdatesChecked ) {
Expand All @@ -265,6 +266,7 @@ define( function( require ) {
/**
* Remove listeners that should only be called when the dialog is shown.
* @public
* @override
*/
hide: function() {
if ( this.isShowing ) {
Expand All @@ -284,6 +286,7 @@ define( function( require ) {
/**
* Make eligible for garbage collection.
* @public
* @override
*/
dispose: function() {
this.disposeAboutDialog();
Expand Down

1 comment on commit a5b98f7

@zepumph
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.