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