Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
neodigm committed May 26, 2024
1 parent 9dbcaa4 commit 41ebe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/neodigm55__v3_5.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ data-n55-claire-click - confetti
}
static showCanv ( sQ, nOpc=1 ){
if( this.bIsInit && !this.bIsPause ){
let canvCntr = ( typeof sQ == "string") ? this._d.querySelector( sQ ) : sQ // One Single OR element
let canvCntr = this._d.querySelector( sQ ) // One Single
let aElCanv = [ ... canvCntr.querySelectorAll( ":scope > *" )] // 1st decendants
if( canvCntr && aElCanv ){
canvCntr.dataset.n55Claire = "true"
Expand Down

0 comments on commit 41ebe5e

Please sign in to comment.