scribe-plugin-enhanced-link-tooltip
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "scribe-plugin-enhanced-link-tooltip", | ||
"version": "0.1.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/ePages-de/scribe-plugin-enhanced-link-tooltip", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "scribe-plugin-enhanced-link-tooltip", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Scribe plugin for doing a Medium/Google Docs style tooltip UI instead of a prompt for inserting links.", | ||
@@ -5,0 +5,0 @@ "main": "scribe-plugin-link-tooltip.js", |
@@ -165,4 +165,4 @@ /*eslint-env browser */ /* global module, define */ | ||
correctedOffsetLeft = offsetLeft < scribeParentRect.left | ||
? scribeParentRect.left | ||
: Math.min(offsetLeft, scribeParentRect.left + scribeParentRect.width - tooltipWidth - 10), | ||
? 0 | ||
: Math.min(offsetLeft, scribeParentRect.width - tooltipWidth - 10), | ||
arrowWidth, arrowOffsetLeft; | ||
@@ -169,0 +169,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23114