chore(client/ts): port components/note_context

This commit is contained in:
Elian Doran
2024-12-23 15:16:41 +02:00
parent c06dc23ecf
commit 8a47b2f5a8
7 changed files with 85 additions and 38 deletions

View File

@@ -382,7 +382,7 @@ function escapeRegExp(str: string) {
return str.replace(/([.*+?^=!:${}()|\[\]\/\\])/g, "\\$1");
}
function areObjectsEqual () {
function areObjectsEqual(...args: unknown[]) {
let i;
let l;
let leftChain: Object[];