experimenting...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-16 22:43:17 +03:00
parent d911c7190e
commit bc25606027

View File

@ -2191,6 +2191,12 @@ module.Journal = ImageGridFeatures.Feature({
// log state, action and its args...
['start',
function(){ this.updateJournalableActions() }],
// log saved event to journal...
['saved',
function(){
// XXX
this.journal.push('SAVED')
}],
],
})