mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
8d20f37198
commit
b3f6c40835
2 changed files with 3 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
event.stopPropagation();
|
||||
return true;
|
||||
} else if (target.classList.contains("av__calc")) {
|
||||
openCalcMenu(protyle, target);
|
||||
openCalcMenu(protyle, target, undefined, event.clientX - 64);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue