mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
f4fe18a680
commit
d758a0d218
2 changed files with 21 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ import {getAllModels} from "../layout/getAll";
|
|||
/// #endif
|
||||
import {isSupportCSSHL} from "./render/searchMarkRender";
|
||||
import {renderAVAttribute} from "./render/av/blockAttr";
|
||||
import {zoomOut} from "../menus/protyle";
|
||||
import {setFoldById, zoomOut} from "../menus/protyle";
|
||||
|
||||
export class Protyle {
|
||||
|
||||
|
|
@ -157,6 +157,9 @@ export class Protyle {
|
|||
addLoading(this.protyle, data.msg);
|
||||
}
|
||||
break;
|
||||
case "unfoldHeading":
|
||||
setFoldById(data.data, this.protyle);
|
||||
break;
|
||||
case "transactions":
|
||||
this.onTransaction(data);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue