diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 69f4b7e..1e2077a 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -2820,6 +2820,7 @@ Note_tree.prototype.display_child_links = function ( result, link, children_area if ( !expander || link.parentNode.parentNode != expander.parentNode ) return; swapElementClass( expander, "tree_expander_empty", "tree_expander" ); var note_id = parse_query( link )[ "note_id" ]; + disconnectAll( expander ); connect_expander( expander, note_id ); }