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 ) {
|
||||
return;
|
||||
}
|
||||
picker.select(tID.Vue, false);
|
||||
picker.select(0, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { tID, Skills, tSkill, tTag, skillLabel } from '@/model/skills';
|
||||
|
||||
let availCache: tID[]|null = null;
|
||||
let availCache: tID[]|null = null;
|
||||
let tagsCache: tTag[]|null = null;
|
||||
|
||||
// returns available skill ids.
|
||||
|
|
Loading…
Reference in New Issue