mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
a385c64350
commit
82865e5bd4
3 changed files with 18 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ export class Gutter {
|
|||
}
|
||||
|
||||
public renderMenu(protyle: IProtyle, buttonElement: Element) {
|
||||
hideElements(["hint"], protyle);
|
||||
hideElements(["util", "toolbar", "hint"], protyle);
|
||||
window.siyuan.menus.menu.remove();
|
||||
const id = buttonElement.getAttribute("data-node-id");
|
||||
const selectsElement = protyle.wysiwyg.element.querySelectorAll(".protyle-wysiwyg--select");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue