]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d2a9b31
)
Fixes issue wth the dropdown list upon double clicking.
author
Abijeet
<redacted>
Sun, 16 Sep 2018 07:39:21 +0000
(13:09 +0530)
committer
Abijeet
<redacted>
Sun, 16 Sep 2018 07:39:21 +0000
(13:09 +0530)
Closes #960
Signed-off-by: Abijeet <redacted>
resources/assets/js/components/chapter-toggle.js
patch
|
blob
|
history
diff --git
a/resources/assets/js/components/chapter-toggle.js
b/resources/assets/js/components/chapter-toggle.js
index ad373a668b2eeffcb7226f1c50f11e92483deb0b..e3a542ea4cdaf4e9994fce1788473e9db4cd526c 100644
(file)
--- a/
resources/assets/js/components/chapter-toggle.js
+++ b/
resources/assets/js/components/chapter-toggle.js
@@
-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;
\ No newline at end of file
+module.exports = ChapterToggle;