浏览代码

Merge pull request #5625 from jennalandy/patch-2

Fix LineCol Functionality
Steven Silvester 6 年之前
父节点
当前提交
44c3407ed8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/statusbar/src/components/hover.tsx

+ 0 - 1
packages/statusbar/src/components/hover.tsx

@@ -146,7 +146,6 @@ export class Popup extends Widget {
   }
 
   private _setGeometry(): void {
-    this._setGeometry();
     let aligned = 0;
     const anchorRect = this._anchor.node.getBoundingClientRect();
     const bodyRect = this._body.node.getBoundingClientRect();