mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
fix: operator not permit on newer version of typescript
This commit is contained in:
parent
56ca945b0c
commit
cd6a6c373a
@ -66,7 +66,7 @@ namespace OS {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.catlist.ontabselect = (e) => {
|
this.catlist.ontabselect = (e) => {
|
||||||
const selected = this.catlist.selected;
|
const selected = this.catlist.selected as number;
|
||||||
if(selected < 0)
|
if(selected < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user