mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50:08 +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
@ -133,7 +133,7 @@ var KEYBOARD_CONFIG = {
|
|||||||
default: doc('Accept dialog',
|
default: doc('Accept dialog',
|
||||||
function(){
|
function(){
|
||||||
var f = $(':focus')
|
var f = $(':focus')
|
||||||
|
|
||||||
// trigger the default button/summary action...
|
// trigger the default button/summary action...
|
||||||
// NOTE: for some reason checkboxes in dialogs do not work (not a biggie)...
|
// NOTE: for some reason checkboxes in dialogs do not work (not a biggie)...
|
||||||
if(f.length > 0
|
if(f.length > 0
|
||||||
|
|||||||
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