mirror of https://github.com/keeweb/keeweb
fixed sticky tooltips in settings
parent
1fafa68793
commit
8de55c450a
|
@ -52,7 +52,7 @@ class FieldView extends View {
|
|||
this.tip = typeof this.model.tip === 'function' ? this.model.tip() : this.model.tip;
|
||||
if (this.tip) {
|
||||
this.valueEl.attr('title', this.tip);
|
||||
Tip.createTip(this.valueEl);
|
||||
Tip.createTip(this.valueEl[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue