Skip to content

Commit

Permalink
ignores add button in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Nov 24, 2023
1 parent 1d2e507 commit 334bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Sandblocks-Core/SBTabView.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ SBTabView >> tabCount [
{ #category : #accessing }
SBTabView >> tabs [

^ (self submorphNamed: #tabs) submorphs
^ (self submorphNamed: #tabs) submorphs allButLast
]

{ #category : #ui }
Expand Down

0 comments on commit 334bcfa

Please sign in to comment.