ui: prevent title space scroll

This commit is contained in:
2026-04-06 13:33:56 +09:00
parent 71a13488d9
commit 360ec5ac3d
3 changed files with 8 additions and 0 deletions

View File

@@ -1592,6 +1592,7 @@ onUnmounted(() => {
type="button"
title="본문을 화면 위로 이동"
@click="scrollWorkspaceBodyToTop"
@keydown.space.prevent="scrollWorkspaceBodyToTop"
>
{{ templateName || templateId }}
</button>