1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

fix clicks

This commit is contained in:
antelle 2017-04-16 11:57:25 +02:00
parent b771170144
commit 0c42629f32

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);
}
},