mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 22:39:47 +02:00
fix: operator not permit on newer version of typescript
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user