mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Cleanup Squire and Knockout with help of Chromium Code Coverage
Bugfix: Squire inlineNodeNames the 'I' tag was missing Improved: Squire style editing
This commit is contained in:
parent
0158a5fe1e
commit
fac36e828b
9 changed files with 2820 additions and 3034 deletions
|
|
@ -1,4 +1,4 @@
|
|||
var arrayChangeEventName = 'arrayChange';
|
||||
const arrayChangeEventName = 'arrayChange';
|
||||
ko.extenders['trackArrayChanges'] = (target, options) => {
|
||||
// Use the provided options--each call to trackArrayChanges overwrites the previously set options
|
||||
target.compareArrayOptions = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue