Improve tooltip performance

This commit is contained in:
Mark McDowall 2019-04-28 00:57:03 -07:00
parent f68c5cb4f7
commit 5c2cb4de80
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class Tooltip extends Component {
<Portal> <Portal>
<Popper <Popper
placement={position} placement={position}
eventsEnabled={false}
modifiers={{ modifiers={{
preventOverflow: { preventOverflow: {
// Fixes positioning for tooltips in the queue // Fixes positioning for tooltips in the queue