select() on PreviewDoor click
This commit is contained in:
parent
dd519ec3cc
commit
05750d6de2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export default class extends Vue {
|
|||
if (!this.editing) {
|
||||
const day_input_focus = () => {
|
||||
if (this.$refs.day_input instanceof HTMLInputElement) {
|
||||
this.$refs.day_input.focus();
|
||||
this.$refs.day_input.select();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue