Skip to content

Commit

Permalink
Update show method
Browse files Browse the repository at this point in the history
  • Loading branch information
bouraqadi committed Aug 9, 2024
1 parent a229531 commit 03b2070
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ PjTDomController >> setElement: domElement style: cssStyleAssociations [

{ #category : 'visibility' }
PjTDomController >> show: domElement [
domElement style display: ''

"We assume that 'display' property is introduce by the #hide: method"
domElement style removeProperty: 'display'
]

{ #category : 'visibility' }
Expand Down

0 comments on commit 03b2070

Please sign in to comment.