Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 613940c

Browse files
committed
fix le
1 parent 5924296 commit 613940c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Chapter_04/lib/tooltip/tooltip_directive.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class Tooltip {
6363

6464
// position the tooltip.
6565
// Figure out where the containing element sits in the window.
66-
int tooltipLeft = left + width + 10;
67-
int tooltipTop = top - height;
6866
tooltipElem.style
6967
..position = "absolute"
7068
..top = "${top - height}px"

0 commit comments

Comments
 (0)