mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
Merge branch 'master' of https://github.com/thecodrr/notes-core
This commit is contained in:
@@ -33,7 +33,7 @@ export function groupBy(arr, key, special = false) {
|
|||||||
|
|
||||||
function groupBySpecial(arr, key) {
|
function groupBySpecial(arr, key) {
|
||||||
let retVal = [];
|
let retVal = [];
|
||||||
let _groups = {};
|
let _groups = { "": 0 };
|
||||||
let groups = [];
|
let groups = [];
|
||||||
let groupCounts = [];
|
let groupCounts = [];
|
||||||
var i = -1;
|
var i = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user