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