mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a412354c0c
commit
e93b800127
@ -536,6 +536,7 @@ body {
|
||||
}
|
||||
.metadata-view .preview.image {
|
||||
border: rgba(200, 200, 200, 0.3) 1px solid;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -463,6 +463,9 @@ var MetadataUIActions = actions.Actions({
|
||||
return }
|
||||
data = that.images[image] = that.images[image] || {}
|
||||
data.comment = value
|
||||
// mark image as changed...
|
||||
that.markChanged
|
||||
&& that.markChanged('images', [image])
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@ -193,6 +193,10 @@ var VirtualImagesUIActions = actions.Actions({
|
||||
reset_on_commit: false,
|
||||
editdone: function(evt, value){
|
||||
image.text = value
|
||||
// mark image as changed...
|
||||
that.markChanged
|
||||
&& that.markChanged('images', [gid])
|
||||
// refresh views...
|
||||
make.dialog.updatePreview()
|
||||
that.refresh(gid)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user