Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Oct 23, 2024
1 parent 8bf5c64 commit d522272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,6 @@ web/templates/manifest.json
.local/
.notes/
.jj/

# deprecated modules
lib/utils/1m_dep.js
6 changes: 2 additions & 4 deletions lib/utils/1m.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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) {
Expand Down

0 comments on commit d522272

Please sign in to comment.