Skip to content

Commit

Permalink
fix: hide overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed May 21, 2020
1 parent 2a9b190 commit edfc3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/domains/Overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export function highlightNode(params: any) {
$info.hide();
}
}

export function hideHighlight() {
$container.hide();
}
Expand Down Expand Up @@ -243,6 +244,7 @@ window.addEventListener('resize', () => {
const container = h('div', {
class: '__chii-hide__',
style: {
display: 'none',
position: 'absolute',
pointerEvents: 'none',
},
Expand Down

0 comments on commit edfc3b0

Please sign in to comment.