mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 17:46:44 +02:00
fix: operator not permit on newer version of typescript
This commit is contained in:
parent
a1390b4773
commit
100d5895c1
@ -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…
x
Reference in New Issue
Block a user