fix: do not select by default
This commit is contained in:
parent
534780f59c
commit
d65c8df1f0
|
@ -51,7 +51,7 @@ export default class App extends Vue {
|
||||||
if ( picker == null ) {
|
if ( picker == null ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
picker.select(tID.Vue, false);
|
picker.select(0, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue