Update NewReply.vue

This commit is contained in:
mirnasavic123
2025-04-25 15:49:10 +02:00
committed by GitHub
parent 26e911a311
commit 1fa6a4ffce
@@ -6,7 +6,7 @@
<ViewerCommentsEditor
ref="editor"
v-model="commentValue"
prompt="Press enter to reply"
prompt="Press Enter to reply"
autofocus
@keydown="onKeyDownHandler"
@submit="onSubmit"