comments
This commit is contained in:
@ -48,6 +48,7 @@ Applied as jQuery method.
|
|||||||
});
|
});
|
||||||
|
|
||||||
//close containers when click outside
|
//close containers when click outside
|
||||||
|
//(mousedown could be better than click, it closes everything also on drag drop)
|
||||||
$(document).on('click.editable', function(e) {
|
$(document).on('click.editable', function(e) {
|
||||||
var $target = $(e.target), i,
|
var $target = $(e.target), i,
|
||||||
exclude_classes = ['.editable-container',
|
exclude_classes = ['.editable-container',
|
||||||
|
Reference in New Issue
Block a user