Skip to content

Commit

Permalink
Fixed issue DevExpress#553
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kocjančič authored and Vladimir Kocjančič committed Jan 11, 2022
1 parent d3ad8d0 commit eb3be00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AjaxControlToolkit/Scripts/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ Sys.Extended.UI.PopupBehavior.prototype = {
},

show: function() {
// Ignore requests to hide multiple times
if(this._visible)
return;

var eventArgs = new Sys.CancelEventArgs();
this.raise_showing(eventArgs);

Expand Down

0 comments on commit eb3be00

Please sign in to comment.