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

View File

@ -1,6 +1,6 @@
import { tID, Skills, tSkill, tTag, skillLabel } from '@/model/skills'; import { tID, Skills, tSkill, tTag, skillLabel } from '@/model/skills';
let availCache: tID[]|null = null; let availCache: tID[]|null = null;
let tagsCache: tTag[]|null = null; let tagsCache: tTag[]|null = null;
// returns available skill ids. // returns available skill ids.