Skip to content

Commit dd7dfec

Browse files
LakshSinglacatarak
authored andcommitted
Modified overlay behaviour to close only the last overlay
1 parent a90c181 commit dd7dfec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/App/components/Overlay.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Overlay extends React.Component {
3737
}
3838

3939
handleClickOutside() {
40+
console.log(this.node);
4041
this.close();
4142
}
4243

0 commit comments

Comments
 (0)