]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/dropdown-search.js
fix(wysiwyg): preserves line feeds in code block mode
[bookstack] / resources / js / components / dropdown-search.js
index 8c81aae3c2b338bfb1a49723383e603952e1d878..e2d55f9694ded7b9d938050f563fad4791a93cb4 100644 (file)
@@ -27,6 +27,7 @@ class DropdownSearch {
             this.runLocalSearch(input);
         } else {
             this.toggleLoading(true);
+            this.listContainerElem.innerHTML = '';
             this.runAjaxSearch(input);
         }
     }