adjust field focus
This commit is contained in:
@@ -345,7 +345,9 @@ export default {
|
||||
if (!this.isDrawInitials) {
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.textInput) {
|
||||
this.$refs.textInput.focus()
|
||||
if (!this.submitter.name) {
|
||||
this.$refs.textInput.focus()
|
||||
}
|
||||
|
||||
this.initTextInitial()
|
||||
|
||||
|
||||
@@ -674,7 +674,9 @@ export default {
|
||||
if (this.isTextSignature) {
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.textInput) {
|
||||
this.$refs.textInput.focus()
|
||||
if (!this.submitter.name) {
|
||||
this.$refs.textInput.focus()
|
||||
}
|
||||
|
||||
this.initTypedSignature()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user