bioinsilico 3 yıl önce
ebeveyn
işleme
879ac6f11e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/RcsbFvSelection/RcsbFvSelectorManager.ts

+ 2 - 0
src/RcsbFvSelection/RcsbFvSelectorManager.ts

@@ -17,6 +17,8 @@ export interface ChainSelectionInterface {
     regions: Array<RegionSelectionInterface>;
 }
 
+//TODO this class should be interfaced
+//TODO Check how lastSelection is used. It is not linked to selection. Only label asymId is used when the value is get
 export class RcsbFvSelectorManager {
 
     private lastSelection: ChainSelectionInterface | null = null;