Skip to content

Commit

Permalink
Merge pull request #908 from cozy/fix-popover
Browse files Browse the repository at this point in the history
fix: Default popover state
  • Loading branch information
y-lohse authored Apr 23, 2019
2 parents b067c7a + 91fa8a5 commit ca86a04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react/Popover/Popover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import ReactDOM from 'react-dom'
import PropTypes from 'prop-types'
import { getScrollParent } from '../utils/dom'
export default class Popover extends Component {
state = {
style: {}
}

constructor(props) {
super(props)
this.defaultStyle = {
Expand Down

0 comments on commit ca86a04

Please sign in to comment.