remove always show

This commit is contained in:
Matthias 2021-12-07 00:52:14 +01:00
parent 46279c8172
commit fbc4cfe166
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -178,9 +178,6 @@ function enableSidetree(label) {
setSidetreeState(label, state);
// Finally, show the sidebar
$('#sidetree').show();
function setSidetreeState(label, state) {
if (state == 'collapsed') {
$('#sidetree').hide(100);