This commit is contained in:
Vanessa 2024-02-27 08:31:12 +08:00
parent 8ed32fe65f
commit 2222cc7572
3 changed files with 6 additions and 7 deletions

View file

@ -7,7 +7,6 @@ import {focusBlock} from "../../util/selection";
import {hasClosestBlock, hasClosestByClassName} from "../../util/hasClosest";
import {stickyRow} from "./row";
import {getCalcValue} from "./calc";
import {openMenuPanel} from "./openMenuPanel";
import {renderAVAttribute} from "./blockAttr";
export const avRender = (element: Element, protyle: IProtyle, cb?: () => void, viewID?: string) => {