Skip to content
Snippets Groups Projects
Commit 21b70f07 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #3161

parent 9b22a4c6
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ export default { ...@@ -136,7 +136,7 @@ export default {
this.val_clone.statements.splice(position, 0, val || ''); this.val_clone.statements.splice(position, 0, val || '');
} }
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['statement_' + (v.value.statements.length - 1)][0].focus(); this.$refs['statement_' + (this.value.statements.length - 1)][0].focus();
}); });
}, },
deleteStatement(index) { deleteStatement(index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment