Skip to content

Commit 9923dbc

Browse files
committed
feat: Add the ability to cycle through panels (hidden configurable)
1 parent cdd84f7 commit 9923dbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/sidebar.actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,6 @@ export function switchPanel(
13611361
for (let i = actIndex + dir; i >= 0 || i < hiddenPanels.length; i += dir) {
13621362
panel = hiddenPanels[i]
13631363
newActIsHidden = true
1364-
console.log('Here')
13651364
if (!panel) {
13661365
if (visiblePanels.length) {
13671366
panel = visiblePanels[dir > 0 ? hdnIndex : hdnIndex - 1]

0 commit comments

Comments
 (0)