This commit is contained in:
InEase / Mux 2023-03-13 19:59:34 +08:00 committed by GitHub
parent aad60b4d4e
commit efda061928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,6 @@ const genSnippet = (options: ISnippet) => {
</span>
</div>
<div class="fn__hr"></div>
<textarea class="fn__block b3-text-field" placeholder="${window.siyuan.languages.codeSnippet}"></textarea>
<textarea class="fn__block b3-text-field" placeholder="${window.siyuan.languages.codeSnippet}" style="resize: vertical" spellcheck="false"></textarea>
</div><div class="fn__hr--b"></div>`;
};