mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Bug Fix: lock chips after switch to QB
This commit is contained in:
		@@ -361,6 +361,9 @@ nopaque.corpus_analysis.query_builder.QueryBuilder = class QueryBuilder {
 | 
			
		||||
        isEditable = false;
 | 
			
		||||
      }
 | 
			
		||||
      this.submitQueryChipElement(chipElement['type'], chipElement['pretty'], chipElement['query'], null, isClosingTag, isEditable);
 | 
			
		||||
      if (isClosingTag) {
 | 
			
		||||
        this.lockClosingChipElement(this.elements.queryChipElements[this.elements.queryChipElements.length-1]);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user