mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
17283d696a
commit
656a6f966e
1 changed files with 1 additions and 1 deletions
|
|
@ -724,8 +724,8 @@ export class Toolbar {
|
|||
event.stopPropagation();
|
||||
switch (btnElement.getAttribute("data-type")) {
|
||||
case "close":
|
||||
this.subElement.classList.add("fn__none");
|
||||
this.subElement.querySelector('[data-type="pin"]').classList.remove("block__icon--active");
|
||||
hideElements(["util"], protyle);
|
||||
break;
|
||||
case "pin":
|
||||
if (btnElement.classList.contains("block__icon--active")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue