fix: keybind for collapse (#3971)

This commit is contained in:
IMB11 2025-07-11 17:41:14 +01:00 committed by GitHub
parent 359fbd4738
commit 207dc0e2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ const keybinds: KeybindListener[] = [
},
{
id: 'toggle-collapse',
keybind: 'Ctrl+Shift+C',
keybind: 'Shift+C',
description: 'Toggle collapse/expand',
action: (ctx) => ctx.actions.tryToggleCollapse(),
},