mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 08:41:40 +00:00
odd bug surfaced and fixed...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ee953d8de2
commit
b84a85ad13
4
ui/ui.js
4
ui/ui.js
@ -458,8 +458,8 @@ function showInOverlay(root, data){
|
|||||||
|
|
||||||
dialog
|
dialog
|
||||||
.append(data)
|
.append(data)
|
||||||
.on('click', function(){
|
.on('click', function(evt){
|
||||||
event.stopPropagation()
|
evt.stopPropagation()
|
||||||
})
|
})
|
||||||
overlay.find('.content')
|
overlay.find('.content')
|
||||||
.on('click', function(){
|
.on('click', function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user