ui: prevent title space scroll
This commit is contained in:
@@ -1592,6 +1592,7 @@ onUnmounted(() => {
|
||||
type="button"
|
||||
title="본문을 화면 위로 이동"
|
||||
@click="scrollWorkspaceBodyToTop"
|
||||
@keydown.space.prevent="scrollWorkspaceBodyToTop"
|
||||
>
|
||||
{{ templateName || templateId }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user