mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
41191e7db8
commit
94dc2c24d5
@ -1715,6 +1715,10 @@ var KeyboardUIActions = actions.Actions({
|
||||
this.keyboard.handler('General', 'Q', 'abort')
|
||||
}) })],
|
||||
|
||||
// XXX
|
||||
//editActionKeyboardBinding: ['- Interface/',
|
||||
// function(){}],
|
||||
|
||||
|
||||
/*/ XXX move to gen2
|
||||
// XXX need to pre-process the docs...
|
||||
|
||||
@ -521,8 +521,7 @@ module.ImagesPrototype = {
|
||||
(v < p[1] ? p : [s, v])
|
||||
: (p[1] >= size && (v > p[1] || v < size)) ?
|
||||
p
|
||||
: [s, v]
|
||||
}
|
||||
: [s, v] }
|
||||
|
||||
// get the original if it exists and smaller than size...
|
||||
if(path && (size == null || p[1] < size)){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user