diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index aace4e0a3fb..e219de63095 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -172,8 +172,8 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle const addRowElement = hasClosestByClassName(event.target, "av__row--add"); if (addRowElement) { const avID = blockElement.getAttribute("data-av-id"); - const srcIDs = [Lute.NewNodeID()] - const previousID = addRowElement.getAttribute("data-id") || "", ; + const srcIDs = [Lute.NewNodeID()]; + const previousID = addRowElement.getAttribute("data-id") || ""; transaction(protyle, [{ action: "insertAttrViewBlock", avID,