Fixing [1191764e94] on Fossil main repo, which
required a minor fix in the Links objects. Really pleased about how can I evolve the STON notebook format dynamically.
This commit is contained in:
parent
66a11cc586
commit
ecd04cdd5a
@ -532,6 +532,7 @@ GrafoscopioNode >> key: aUniqueKey [
|
||||
{ #category : #accessing }
|
||||
GrafoscopioNode >> lastLink [
|
||||
links ifNil: [ ^ '' ].
|
||||
links ifEmpty: [ ^ '' ].
|
||||
^ links last
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user