mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-24 16:40:35 +00:00
Code Style
This commit is contained in:
parent
f09403e61d
commit
f46544451e
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user