Skip to content

Commit

Permalink
Close popup only if not nil
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 17, 2020
1 parent 49afc52 commit 662347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glamour-Morphic-Brick/GLMPopupBrickCloser.class.st
Expand Up @@ -9,5 +9,5 @@ Class {

{ #category : #action }
GLMPopupBrickCloser >> act [
self popup close
self popup ifNotNil: [ :thePopup | thePopup close ]
]

0 comments on commit 662347f

Please sign in to comment.