Skip to content
Snippets Groups Projects
Commit f4e03349 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 42308dd7
No related branches found
No related tags found
No related merge requests found
......@@ -59,15 +59,15 @@ export class RegionBase {
this.rgbDarkmode = l < 0.4
}
get region(){
return this._region
}
get originDatainfos(){
if (!this._region) return []
return this._region._dataset_specs || this._region.originDatainfos
}
get region(){
return this._region
}
public hasContext$: BehaviorSubject<boolean> = new BehaviorSubject(false)
public region$: BehaviorSubject<any> = new BehaviorSubject(null)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment