未验证 提交 d5513f2f 编写于 作者: A Alex Dima

Fixes microsoft/monaco-editor#1810

上级 97fc97c2
...@@ -350,7 +350,7 @@ class Widget { ...@@ -350,7 +350,7 @@ class Widget {
const [belowLeft, absoluteBelowLeft] = this._layoutHorizontalSegmentInPage(windowSize, domNodePosition, bottomLeft.left - ctx.scrollLeft + this._contentLeft, width); const [belowLeft, absoluteBelowLeft] = this._layoutHorizontalSegmentInPage(windowSize, domNodePosition, bottomLeft.left - ctx.scrollLeft + this._contentLeft, width);
// Leave some clearance to the top/bottom // Leave some clearance to the top/bottom
const TOP_PADDING = 22 + (this._range?.startLineNumber === 2 ? this._lineHeight : 0); const TOP_PADDING = 22;
const BOTTOM_PADDING = 22; const BOTTOM_PADDING = 22;
const fitsAbove = (absoluteAboveTop >= TOP_PADDING); const fitsAbove = (absoluteAboveTop >= TOP_PADDING);
...@@ -369,7 +369,7 @@ class Widget { ...@@ -369,7 +369,7 @@ class Widget {
return { return {
fitsAbove, fitsAbove,
aboveTop: Math.max(aboveTop, TOP_PADDING), aboveTop: aboveTop,
aboveLeft, aboveLeft,
fitsBelow, fitsBelow,
belowTop, belowTop,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册