Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
引号搞错了
  • Loading branch information
TCOTC committed Nov 27, 2024
1 parent eb21e8f commit f99d65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/protyle/render/av/blockAttr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ data-options="${item.key?.options ? escapeAttr(JSON.stringify(item.key.options))
class="fn__flex-1 fn__flex${["url", "text", "number", "email", "phone"].includes(item.values[0].type) ? "" : ["block", "created", "updated"].includes(item.values[0].type) ? " custom-attr__avvalue--readonly" : " custom-attr__avvalue"}">${genAVValueHTML(item.values[0])}</div>
</div>`;
});
innerHTML += `<div class="fn__hr></div>
<div class="fn__flex block__icons--addcolumn"">
innerHTML += `<div class="fn__hr"></div>
<div class="fn__flex block__icons--addcolumn">
<button data-type="addColumn" class="b3-button"><svg><use xlink:href="#iconAdd"></use></svg><span>${window.siyuan.languages.newCol}</span></button>
</div><div class="fn__hr--b"></div>`;
html += `<div data-av-id="${table.avID}" data-node-id="${id}" data-type="NodeAttributeView">${innerHTML}</div>`;
Expand Down

0 comments on commit f99d65e

Please sign in to comment.