mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Code Style
This commit is contained in:
		@@ -261,7 +261,7 @@ class ConcordanceQueryBuilder {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  //#region Drag&Drop Events
 | 
			
		||||
    //#region Drag&Drop Events
 | 
			
		||||
  dragStartHandler(event){
 | 
			
		||||
    this.elements.dropButton = event.target;
 | 
			
		||||
    let targetChip = `
 | 
			
		||||
@@ -323,7 +323,7 @@ class ConcordanceQueryBuilder {
 | 
			
		||||
    dropzone.parentElement.replaceChild(this.elements.dropButton, dropzone);
 | 
			
		||||
    this.queryPreviewBuilder();
 | 
			
		||||
  }
 | 
			
		||||
  //#endregion Drag&Drop Events
 | 
			
		||||
    //#endregion Drag&Drop Events
 | 
			
		||||
 | 
			
		||||
  queryPreviewBuilder(){
 | 
			
		||||
    this.elements.yourQueryContent = [];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user