Fixing bug introduced by Spec changes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-05-26 19:36:35 +00:00
parent 55c9247683
commit b89fb5e448
1 changed files with 1 additions and 1 deletions

View File

@ -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 ].