From 3db4827354d42a78532d3c95c5da9600a500b6aa Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sat, 9 Dec 2023 20:05:57 +0100 Subject: [PATCH] Removed `title` binding handler --- dev/External/ko.js | 4 ---- .../templates/Views/User/MailMessageList.html | 8 ++++---- .../templates/Views/User/MailMessageView.html | 16 ++++++++-------- .../app/templates/Views/User/PopupsCompose.html | 8 ++++---- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/dev/External/ko.js b/dev/External/ko.js index 1ba63099a..06a8ef5d0 100644 --- a/dev/External/ko.js +++ b/dev/External/ko.js @@ -89,10 +89,6 @@ Object.assign(ko.bindingHandlers, { } }, - title: { - update: (element, fValueAccessor) => element.title = ko.unwrap(fValueAccessor()) - }, - command: { init: (element, fValueAccessor, fAllBindings, viewModel, bindingContext) => { const command = fValueAccessor(); diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html index 9f4bf40f7..d353a3189 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html @@ -132,12 +132,12 @@