mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 00:11:37 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cb07bb2eb4
commit
b3eebd4dc4
@ -651,6 +651,8 @@ var KEYBOARD_CONFIG = {
|
||||
function(){ toggleTheme() }),
|
||||
ctrl: doc('Toggle bookmark',
|
||||
function(){ toggleBookmark() }),
|
||||
'ctrl+shift': doc('Remove all bookmarks',
|
||||
function(){ removeAllBookmarks() }),
|
||||
},
|
||||
|
||||
S: {
|
||||
|
||||
@ -349,7 +349,8 @@ function setAllMarks(action, mode, list, toggler){
|
||||
|
||||
updateImages(updated)
|
||||
|
||||
return res
|
||||
//return res
|
||||
return updated
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user