Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-21 03:00:00 +03:00
parent 41191e7db8
commit 94dc2c24d5
2 changed files with 5 additions and 2 deletions

View File

@ -1715,6 +1715,10 @@ var KeyboardUIActions = actions.Actions({
this.keyboard.handler('General', 'Q', 'abort') this.keyboard.handler('General', 'Q', 'abort')
}) })], }) })],
// XXX
//editActionKeyboardBinding: ['- Interface/',
// function(){}],
/*/ XXX move to gen2 /*/ XXX move to gen2
// XXX need to pre-process the docs... // XXX need to pre-process the docs...

View File

@ -521,8 +521,7 @@ module.ImagesPrototype = {
(v < p[1] ? p : [s, v]) (v < p[1] ? p : [s, v])
: (p[1] >= size && (v > p[1] || v < size)) ? : (p[1] >= size && (v > p[1] || v < size)) ?
p p
: [s, v] : [s, v] }
}
// get the original if it exists and smaller than size... // get the original if it exists and smaller than size...
if(path && (size == null || p[1] < size)){ if(path && (size == null || p[1] < size)){