Skip to content

Commit

Permalink
Fix #16013
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jan 23, 2024
1 parent 898e56e commit 866be23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Iceberg-TipUI/IceTipRepositoryGroupPanel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,9 @@ IceTipRepositoryGroupPanel >> visibleRootCommandsGroup [
IceTipCleanCommandGroupVisitor new visit: rootGroup.
^ rootGroup
]

{ #category : 'accessing' }
IceTipRepositoryGroupPanel >> workingCopyModel [

^ self selectedItem workingCopyModel
]

0 comments on commit 866be23

Please sign in to comment.