mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 16:04:06 +01:00
This commit is contained in:
parent
05cfcf7c2b
commit
64900706b2
13 changed files with 119 additions and 58 deletions
|
|
@ -698,6 +698,7 @@ export class Gutter {
|
|||
protyle.toolbar.subElement.style.width = "";
|
||||
protyle.toolbar.subElement.style.padding = "";
|
||||
protyle.toolbar.subElement.append(appearanceMenu(protyle, selectsElement));
|
||||
protyle.toolbar.subElement.style.zIndex = (++window.siyuan.zIndex).toString();
|
||||
protyle.toolbar.subElement.classList.remove("fn__none");
|
||||
protyle.toolbar.subElementCloseCB = undefined;
|
||||
const position = selectsElement[0].getBoundingClientRect();
|
||||
|
|
@ -1497,6 +1498,7 @@ export class Gutter {
|
|||
protyle.toolbar.subElement.style.width = "";
|
||||
protyle.toolbar.subElement.style.padding = "";
|
||||
protyle.toolbar.subElement.append(appearanceMenu(protyle, [nodeElement]));
|
||||
protyle.toolbar.subElement.style.zIndex = (++window.siyuan.zIndex).toString();
|
||||
protyle.toolbar.subElement.classList.remove("fn__none");
|
||||
protyle.toolbar.subElementCloseCB = undefined;
|
||||
const position = nodeElement.getBoundingClientRect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue