Skip to content

Commit

Permalink
Fixes add page animation bug (elastic#66496) (elastic#67410)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
cqliu1 and elasticmachine authored May 27, 2020
1 parent 80c7b47 commit 79278c7
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 79278c7

Please sign in to comment.