Fix collapse toggle insertions on impl with docs
This commit is contained in:
@@ -1816,6 +1816,9 @@
|
||||
|
||||
var func = function(e) {
|
||||
var next = e.nextElementSibling;
|
||||
if (hasClass(e, 'impl') && next && hasClass(next, 'docblock')) {
|
||||
next = next.nextElementSibling;
|
||||
}
|
||||
if (!next) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user