From d5222722a0f7e4cd00dd70ef202113f3976a5390 Mon Sep 17 00:00:00 2001 From: Kenneth Bruskiewicz Date: Tue, 22 Oct 2024 18:33:07 -0700 Subject: [PATCH] gitignore --- .gitignore | 3 +++ lib/utils/1m.js | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 604ec170..944cd989 100644 --- a/.gitignore +++ b/.gitignore @@ -244,3 +244,6 @@ web/templates/manifest.json .local/ .notes/ .jj/ + +# deprecated modules +lib/utils/1m_dep.js \ No newline at end of file diff --git a/lib/utils/1m.js b/lib/utils/1m.js index cb297c76..7fb41475 100644 --- a/lib/utils/1m.js +++ b/lib/utils/1m.js @@ -1023,12 +1023,12 @@ const handleAction2 = (appContext, dhs, dh, action, details) => { let { emitted_by, key_name, + target, old_changes, new_changes, row_changes, row, column, - target, currentSelection } = details; @@ -1041,12 +1041,10 @@ const handleAction2 = (appContext, dhs, dh, action, details) => { console.info( action, emitted_by, - '->', + `-${key_name}->`, target, old_changes, new_changes, - currentSelection, - row, column ); switch (action) {