Fixing leftover from code example.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-08-30 20:56:10 -05:00
parent 1d62b028ed
commit 5af60513e9
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ LePageHeaderBuilder >> addExportPageButton [
aptitude: BrGlamorousButtonWithIconAptitude;
label: 'Export Page';
icon: BrGlamorousVectorIcons down;
action: [ :aButton | Clipboard clipboardText: self page asMarkdeepFile ].
action: [ :aButton | self page asMarkdeepFile ].
self toolbarElement addItem: newButton.
]