This commit is contained in:
Vanessa 2025-10-13 17:49:45 +08:00
parent f4fe18a680
commit d758a0d218
2 changed files with 21 additions and 2 deletions

View file

@ -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;