Commit 8248035 1 parent 9a926af commit 8248035 Copy full SHA for 8248035
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ const MicroModal = (() => {
152
152
153
153
const focusableNodes = this . getFocusableNodes ( )
154
154
155
+ // remove nodes on whose click, the modal closes
155
156
// could not think of a better name :(
156
157
const nodesWhichAreNotCloseTargets = focusableNodes . filter ( node => ! node . hasAttribute ( 'data-micromodal-close' ) )
157
158
Original file line number Diff line number Diff line change 22
22
"test:serve" : " yarn workspace @micromodal/tests serve" ,
23
23
"test:gui" : " yarn workspace @micromodal/tests cypress:open" ,
24
24
"test:cli" : " yarn workspace @micromodal/tests cypress:cli" ,
25
- "deploy:npm" : " yarn workspace micromodal publish " ,
25
+ "deploy:npm" : " yarn workspace micromodal deploy " ,
26
26
"deploy:docs" : " yarn workspace @micromodal/docs deploy"
27
27
},
28
28
"repository" : {
You can’t perform that action at this time.
0 commit comments