mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-11-19 12:34:16 +01:00
Fix several issues around browser back navigation (#825)
This commit is contained in:
@@ -16,6 +16,10 @@ class DropdownBehavior extends Behavior {
|
||||
});
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.close();
|
||||
}
|
||||
|
||||
open() {
|
||||
this.element.classList.add("active");
|
||||
document.addEventListener("click", this.onOutsideClick);
|
||||
|
||||
Reference in New Issue
Block a user