success moved to editableform
This commit is contained in:
src
containers
editable-form
element
test/unit
@ -63,7 +63,11 @@
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
this.call('close');
|
||||
if(!this.tip() || !this.tip().is(':visible')) {
|
||||
return;
|
||||
}
|
||||
this.call('close');
|
||||
this.$element.triggerHandler('hidden');
|
||||
},
|
||||
|
||||
setPosition: function() {
|
||||
|
Reference in New Issue
Block a user