Skip to content

Commit

Permalink
Fixes add page animation bug (elastic#66496)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
cqliu1 and elasticmachine committed May 26, 2020
1 parent 5a6faee commit ee76a73
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ export class PageManager extends React.PureComponent {
content="Add a new page to this workpad"
position="left"
>
<button onClick={addPage} className="canvasPageManager__addPage">
<button
onClick={addPage}
className="canvasPageManager__addPage kbn-resetFocusState"
>
<EuiIcon color="ghost" type="plusInCircle" size="l" />
</button>
</EuiToolTip>
Expand Down

0 comments on commit ee76a73

Please sign in to comment.