mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
some bugfixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c5d54d8f7d
commit
7e50cf2591
@ -353,12 +353,12 @@ var ImageMarkEditActions = actions.Actions({
|
||||
shiftMarked('down')],
|
||||
|
||||
// XXX undo...
|
||||
shiftMarkedAfter: ['Mark|Image/Shift marked after',
|
||||
shiftMarkedAfter: ['Mark|Image/Shift marked $after',
|
||||
{browseMode: 'cropMarked'},
|
||||
function(target){
|
||||
this.shiftImageTo(this.marked, target || 'current', 'after') }],
|
||||
// XXX undo...
|
||||
shiftMarkedBefore: ['Mark|Image/Shift marked before',
|
||||
shiftMarkedBefore: ['Mark|Image/Shift marked $b$efore',
|
||||
{browseMode: 'cropMarked'},
|
||||
function(target){
|
||||
this.shiftImageTo(this.marked, target || 'current', 'before') }],
|
||||
|
||||
@ -1626,6 +1626,7 @@ var DataPrototype = {
|
||||
delete that.ribbons[from][f]
|
||||
}
|
||||
})
|
||||
this.clear('empty')
|
||||
}
|
||||
|
||||
// horizontal shift -- gather the images horizontally...
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
"ig-features": "^3.2.7",
|
||||
"ig-object": "^1.0.2",
|
||||
"openseadragon": "^2.3.0",
|
||||
"pica": "^3.0.6",
|
||||
"preact": "^8.2.5",
|
||||
"react": "^15.6.1",
|
||||
"react-dom": "^15.6.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user