some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-07 03:29:45 +03:00
parent b384d1f879
commit a3ccb3a65a
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
{
"name": "ImageGrid.Viewer.g4",
"main": "index.html",
"version": "4.0.2a",
"version": "4.0.3a",
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"contributors": [],
"repository": "github:flynx/ImageGrid",