]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/dropdown.js
Adding APP_VIEWS_BOOKSHELF to .ENV
[bookstack] / resources / js / components / dropdown.js
index 7b1ce30556d41bde39b961065b47f87dcc5783f4..22402d483902b2148918150e1d371611dd1abf9b 100644 (file)
@@ -17,6 +17,7 @@ class DropDown {
         this.body = document.body;
         this.showing = false;
         this.setupListeners();
+        this.hide = this.hide.bind(this);
     }
 
     show(event = null) {