mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 11:08:02 +08:00
0 offset of context menu, fixes #3157
This commit is contained in:
parent
9f744153e3
commit
7bb9d33245
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class ContextMenu {
|
|||
// in such case we'll position it above click coordinates so it will fit into client
|
||||
|
||||
const CONTEXT_MENU_PADDING = 5; // How many pixels to pad context menu from edge of screen
|
||||
const CONTEXT_MENU_OFFSET = 10; // How many pixels to offset context menu by relative to cursor
|
||||
const CONTEXT_MENU_OFFSET = 0; // How many pixels to offset context menu by relative to cursor, see #3157
|
||||
|
||||
const clientHeight = document.documentElement.clientHeight;
|
||||
const clientWidth = document.documentElement.clientWidth;
|
||||
|
|
Loading…
Reference in a new issue