nath-angular-ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5188,10 +5188,6 @@ class NathTooltipContainer {
|
|
|
5188
5188
|
const tooltipWidth = tooltipContainer.offsetWidth;
|
|
5189
5189
|
const tooltipHeight = tooltipContainer.offsetHeight;
|
|
5190
5190
|
const spacing = 12;
|
|
5191
|
-
console.log(`hostRect`, hostRect);
|
|
5192
|
-
console.log(`preferredPosition`, preferredPosition);
|
|
5193
|
-
console.log(`tooltipWidth`, tooltipWidth);
|
|
5194
|
-
console.log(`tooltipHeight`, tooltipHeight);
|
|
5195
5191
|
// Determine baseline coordinates and potential flip strategy
|
|
5196
5192
|
const coords = this.calculateInitialPosition(hostRect, tooltipWidth, tooltipHeight, preferredPosition, spacing);
|
|
5197
5193
|
// Prevent edge bleeding along the cross-axis bounds
|