fix clicks

This commit is contained in:
antelle 2017-04-16 11:57:25 +02:00
parent b771170144
commit 0c42629f32
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ const FieldViewText = FieldView.extend({
const shouldExecute = this.$el.attr('active-mobile-action') === $(e.target).data('action');
this.$el.removeAttr('active-mobile-action');
if (shouldExecute) {
this.mobileFieldControlClick(e);
this.mobileFieldControlMouseDown(e);
}
},