mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
7881d97e84
commit
0e23e2c04b
12 changed files with 39 additions and 53 deletions
|
|
@ -192,8 +192,7 @@ export class Title {
|
|||
focusByRange(range);
|
||||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.element.classList.remove("fn__none");
|
||||
setPosition(window.siyuan.menus.menu.element, event.clientX, event.clientY);
|
||||
window.siyuan.menus.menu.popup({x: event.clientX, y: event.clientY})
|
||||
});
|
||||
this.element.querySelector(".protyle-attr").addEventListener("click", (event: MouseEvent & { target: HTMLElement }) => {
|
||||
fetchPost("/api/block/getDocInfo", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue