Skip to content

Commit

Permalink
kyl_scope_logic
Browse files Browse the repository at this point in the history
  • Loading branch information
neodigm committed Aug 25, 2024
1 parent 68ccba2 commit 135fb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/neodigm55__v3_5.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,8 @@ class NeodigmKeylime { // Universal Click / left click / pwa install / long ta
if( this.bIsInit && !this.bIsPause ){ // TODO 🌶️ walkDOM3
for( const subscr in this.subscribersKL ){
if( this.subscribersKL[ subscr ]?.eventID == ev.type ){
console.log("--- -- -- | ", this.subscribersKL[ subscr ].scope )
console.log("--- -- -- | ", ev.target )
//console.log("--- -- -- | ", this.subscribersKL[ subscr ].scope )
//console.log("--- -- -- | ", ev.target )
this.subscribersKL[ subscr ].callbackF( ev )
}
}
Expand Down

0 comments on commit 135fb14

Please sign in to comment.