Skip to content

Commit 0a1dba7

Browse files
author
Bruno Sutic
committed
Do not goof around with multiple commands
1 parent f887227 commit 0a1dba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/toggle.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ toggle_sidebar() {
178178
if has_sidebar; then
179179
kill_sidebar
180180
# if using different sidebar command automatically open a new sidebar
181-
if registration_not_for_the_same_command; then
182-
create_sidebar
183-
fi
181+
# if registration_not_for_the_same_command; then
182+
# create_sidebar
183+
# fi
184184
else
185185
exit_if_pane_too_narrow
186186
create_sidebar

0 commit comments

Comments
 (0)