Browse Source

:art: https://github.com/siyuan-note/siyuan/pull/13376

Vanessa 7 months ago
parent
commit
ece3189263
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/protyle/render/av/action.ts

+ 1 - 1
app/src/protyle/render/av/action.ts

@@ -512,7 +512,7 @@ export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, positi
             menu.addItem({
                 icon: "iconBefore",
                 label: `<div class="fn__flex" style="align-items: center;">
-${window.siyuan.languages.insertRowBefore.replace("${x}", '<span class="fn__space"></span><input style="width:64px" type="number" step="1" min="1" value="1" placeholder="${window.siyuan.languages.enterKey}" class="b3-text-field"><span class="fn__space"></span>')}
+${window.siyuan.languages.insertRowBefore.replace("${x}", `<span class="fn__space"></span><input style="width:64px" type="number" step="1" min="1" value="1" placeholder="${window.siyuan.languages.enterKey}" class="b3-text-field"><span class="fn__space"></span>`)}
 </div>`,
                 bind(element) {
                     const inputElement = element.querySelector("input");