Skip to content

Commit

Permalink
remove unneeded wrapperView initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioChavezFuentes committed Apr 27, 2022
1 parent b64b96e commit 7895f01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class Tooltip extends PureComponent {
wrapperHeight: 0,
};

// The wrapper view containing the wrapped content along with the Tooltip itself.
this.wrapperView = null;

// Whether the tooltip is first tooltip to activate the TooltipSense
this.isTooltipSenseInitiator = false;
this.shouldStartShowAnimation = false;
Expand Down

0 comments on commit 7895f01

Please sign in to comment.