Fixing bug introduced by Spec changes.
This commit is contained in:
parent
55c9247683
commit
b89fb5e448
@ -75,7 +75,7 @@ GrafoscopioNotebook >> addNode [
|
||||
{ #category : #operation }
|
||||
GrafoscopioNotebook >> autoSaveBodyOf: aNode [
|
||||
| playground |
|
||||
self body class = TextModel
|
||||
self body class = GrafoscopioTextModel
|
||||
ifTrue: [ body body whenTextChanged: [ :arg | aNode body: arg ] ].
|
||||
body body class = GlamourPresentationModel
|
||||
ifFalse: [ ^ self ].
|
||||
|
Loading…
Reference in New Issue
Block a user