mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
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) {
|
if (!this.editing) {
|
||||||
const day_input_focus = () => {
|
const day_input_focus = () => {
|
||||||
if (this.$refs.day_input instanceof HTMLInputElement) {
|
if (this.$refs.day_input instanceof HTMLInputElement) {
|
||||||
this.$refs.day_input.focus();
|
this.$refs.day_input.select();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue