mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +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) {
|
||||
let retVal = [];
|
||||
let _groups = {};
|
||||
let _groups = { "": 0 };
|
||||
let groups = [];
|
||||
let groupCounts = [];
|
||||
var i = -1;
|
||||
|
||||
Reference in New Issue
Block a user