fix: do not select by default

This commit is contained in:
Adrien Marquès 2022-10-19 18:00:13 +02:00
parent 534780f59c
commit d65c8df1f0
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
2 changed files with 2 additions and 2 deletions

View File

@ -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);
} }
} }