From a3ccb3a65a18fcb01289011d486b626bc5c022f1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 7 Feb 2022 03:29:45 +0300 Subject: [PATCH] some tweaking... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 1 - Viewer/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 8b84fb35..c32a1256 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2022,7 +2022,6 @@ var JournalActions = actions.Actions({ // journal after the action is done... return function(){ data.target = this.current - // prep to get additional undo state... var update = _getActionMethod(action, 'getUndoState') update diff --git a/Viewer/package.json b/Viewer/package.json index 38bbfe9c..650bb6ac 100755 --- a/Viewer/package.json +++ b/Viewer/package.json @@ -1,7 +1,7 @@ { "name": "ImageGrid.Viewer.g4", "main": "index.html", - "version": "4.0.2a", + "version": "4.0.3a", "author": "Alex A. Naanou (https://github.com/flynx)", "contributors": [], "repository": "github:flynx/ImageGrid",