mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Speedup message bodies cache cleanup
Remove ko.bindingHandlers.link
This commit is contained in:
parent
15631427b0
commit
111455054e
3 changed files with 13 additions and 29 deletions
4
dev/External/User/ko.js
vendored
4
dev/External/User/ko.js
vendored
|
|
@ -217,10 +217,6 @@ ko.bindingHandlers.sortableItem = {
|
|||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.link = {
|
||||
update: (element, fValueAccessor) => element.href = ko.unwrap(fValueAccessor())
|
||||
};
|
||||
|
||||
ko.bindingHandlers.initDom = {
|
||||
init: (element, fValueAccessor) => fValueAccessor()(element)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue