mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-14 22:45:16 +08:00
Fixes issue wth the dropdown list upon double clicking.
Closes #960 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
d2a9b312e9
commit
90883bb22b
@ -23,6 +23,7 @@ class ChapterToggle {
|
||||
list.style.overflow = '';
|
||||
list.style.height = '';
|
||||
list.style.transition = '';
|
||||
list.style.display = `block`;
|
||||
list.removeEventListener('transitionend', transitionEndBound);
|
||||
}
|
||||
|
||||
@ -64,4 +65,4 @@ class ChapterToggle {
|
||||
|
||||
}
|
||||
|
||||
module.exports = ChapterToggle;
|
||||
module.exports = ChapterToggle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user