mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
This reverts commit 5d44b6a6a7.
This commit is contained in:
@@ -97,7 +97,7 @@ class NativeContextMenuService extends Disposable implements IContextMenuService
|
||||
x = elementPosition.left;
|
||||
y = elementPosition.top + elementPosition.height;
|
||||
} else {
|
||||
const pos: { x: number; y: number; } = anchor;
|
||||
const pos = <{ x: number; y: number; }>anchor;
|
||||
x = pos.x + 1; /* prevent first item from being selected automatically under mouse */
|
||||
y = pos.y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user