mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Corpus Follower List Fix
This commit is contained in:
		@@ -561,7 +561,6 @@ class ConcordanceQueryBuilder {
 | 
			
		||||
      if (tokenIsEmpty === false) {
 | 
			
		||||
        tokenQueryText = '[' + tokenQueryText + ']';
 | 
			
		||||
        }
 | 
			
		||||
      console.log(tokenQueryText);
 | 
			
		||||
      this.queryChipFactory('token', tokenQueryContent, tokenQueryText);
 | 
			
		||||
      this.hideEverything();
 | 
			
		||||
      this.elements.positionalAttrArea.classList.add('hide');
 | 
			
		||||
 
 | 
			
		||||
@@ -113,7 +113,6 @@ class CorpusFollowerList extends ResourceList {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  onChange(event) {
 | 
			
		||||
    console.log(event.target.tagName);
 | 
			
		||||
    let listItemElement = event.target.closest('.list-item[data-id]');
 | 
			
		||||
    if (listItemElement === null) {return;}
 | 
			
		||||
    let itemId = listItemElement.dataset.id;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user