mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-08 11:18:28 +02: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