Merge pull request #117 from Simple2B/kostia/fix/context_menu_place

fix context menu position
This commit is contained in:
Костя Столярский 2023-06-07 11:03:56 +03:00 committed by GitHub
commit 2ea49676c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@ const contextSectionMenuTriggers: NodeListOf<HTMLElement> =
let currentElement: DropdownInterface | null = null;
const options: DropdownOptions = {
offsetSkidding: 410,
offsetSkidding: 200,
offsetDistance: 0,
onHide: () => {},
onShow: tooltip => {