mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
1.10.4.183
--- Fixes: New login form style display problem since version 1.10.4 (#1196) Collapse the TO: field in message view (#1199) Paste with HTML tags fails (#1193)
This commit is contained in:
parent
224362299a
commit
0bbb2f14a4
21 changed files with 1947 additions and 140 deletions
9
dev/External/ko.js
vendored
9
dev/External/ko.js
vendored
|
|
@ -208,6 +208,15 @@ ko.bindingHandlers.tooltip = {
|
|||
{
|
||||
element.__opentip.setContent(sValue);
|
||||
}
|
||||
|
||||
$win.on('rl.tooltips.diactivate', () => {
|
||||
element.__opentip.hide();
|
||||
element.__opentip.deactivate();
|
||||
});
|
||||
|
||||
$win.on('rl.tooltips.activate', () => {
|
||||
element.__opentip.activate();
|
||||
});
|
||||
}
|
||||
},
|
||||
update: (element, fValueAccessor) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue