Skip to content

Commit

Permalink
update popper object when need
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Aug 11, 2017
1 parent 325e2f5 commit 09e97d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/renderer/components/Popper.tsx
Expand Up @@ -80,6 +80,10 @@ export default class Popper extends Root<IPopperProps, IPopperState> {
}
}

popperDidUpdate() {
this.popper.update()
}

onmouseover = () => {
clearTimeout(this.leaveTimer)

Expand Down

0 comments on commit 09e97d9

Please sign in to comment.