From bc25606027558248edfa1dad4c5f752a8e4151dc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 16 Feb 2022 22:43:17 +0300 Subject: [PATCH] experimenting... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 1cff2a67..2dc52960 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -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') + }], ], })