Skip to content

Commit

Permalink
fix: Default popover state
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Apr 23, 2019
1 parent b067c7a commit 91fa8a5
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 91fa8a5

Please sign in to comment.