mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 06:53:12 +08:00
Refactor dropdowns to use fixed positioning
This commit is contained in:
@@ -72,10 +72,7 @@ class BulkEdit extends Behavior {
|
||||
onToggleActive() {
|
||||
this.active = !this.active;
|
||||
if (this.active) {
|
||||
this.element.classList.add("active", "activating");
|
||||
setTimeout(() => {
|
||||
this.element.classList.remove("activating");
|
||||
}, 500);
|
||||
this.element.classList.add("active");
|
||||
} else {
|
||||
this.element.classList.remove("active");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user