mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6299bb5fc0
commit
32197fac12
@ -1707,7 +1707,7 @@ module.ContextActionMenu = core.ImageGridFeatures.Feature({
|
|||||||
.browseActions('/Image/')
|
.browseActions('/Image/')
|
||||||
}],
|
}],
|
||||||
['imageOuterBlockMenu.pre',
|
['imageOuterBlockMenu.pre',
|
||||||
function(_, gid){
|
function(gid){
|
||||||
// only show image menu in ribbon mode...
|
// only show image menu in ribbon mode...
|
||||||
if(this.toggleSingleImage && this.toggleSingleImage('?') == 'on'){
|
if(this.toggleSingleImage && this.toggleSingleImage('?') == 'on'){
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user