minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-20 23:25:08 +03:00
parent c25e160510
commit 2ea570ec7a

View File

@ -1293,8 +1293,9 @@ var FileSystemSaveHistoryActions = actions.Actions({
function(save){
this.comments == null
&& console.error('Comments do not appear to be loaded yet...')
return (this.comments.save && this.comments.save[save || 'current']) || '' }],
return ((this.comments || {}).save
&& this.comments.save[save || 'current'])
|| '' }],
// Comment a save...
//