Skip to content

Commit

Permalink
bug block lfh-element pointer-event unactive
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabethP committed May 23, 2018
1 parent 9ff9f17 commit d0583d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions css/lfh-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ Version: 1.0
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
border-bottom-left-radius: 6px;
pointer-events: auto;
cursor: auto;
}
.main .lfh-element h1,
.main .lfh-element h2,
Expand Down
2 changes: 2 additions & 0 deletions css/lfh-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
border-bottom-left-radius:6px;
pointer-events: auto;
cursor:auto;
}


Expand Down
2 changes: 1 addition & 1 deletion dist/lfh-front-min.1.9.0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lfh-style-min.1.9.0.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions js/lfh-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,8 @@ lfh.Map = function(i){
// Add control button
_add_controls(d);
lfh.map_resize( map);
if(i = lfh.data.length -1){
if(i == lfh.data.length -1){
lfh.handle_tab_event();

}
}

Expand Down

0 comments on commit d0583d3

Please sign in to comment.