mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Merge branch 'public-corpus' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into public-corpus
This commit is contained in:
		@@ -173,13 +173,13 @@ class CorpusFileList extends ResourceList {
 | 
				
			|||||||
        break;
 | 
					        break;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      case 'select': {
 | 
					      case 'select': {
 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (event.target.checked) {
 | 
					        if (event.target.checked) {
 | 
				
			||||||
          this.selectedItemIds.add(itemId);
 | 
					          this.selectedItemIds.add(itemId);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          this.selectedItemIds.delete(itemId);
 | 
					          this.selectedItemIds.delete(itemId);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        this.renderingItemSelection();
 | 
					        this.renderingItemSelection();
 | 
				
			||||||
 | 
					        break;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      default: {
 | 
					      default: {
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user