mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
fix: operator not permit on newer version of typescript
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
147b57f4b4
commit
edbbc9f248
@ -66,7 +66,7 @@ namespace OS {
|
||||
};
|
||||
|
||||
this.catlist.ontabselect = (e) => {
|
||||
const selected = this.catlist.selected;
|
||||
const selected = this.catlist.selected as number;
|
||||
if(selected < 0)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user