Commit 2a8cc4c
committed
fix: restore old behavior of not preventing default and not executing keybindings with empty command ID bound (microsoft#181920)
* abstractKeybindingService: fix: don't try executing keybindings with empty command IDs
* abstractKeybindingService: fix: restore old behavior that wouldn't prevent default if the keybinding has an empty command ID (unless the keybinding consists of more than one chord)1 parent 252e546 commit 2a8cc4c
File tree
1 file changed
+2
-3
lines changed- src/vs/platform/keybinding/common
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | | - | |
355 | | - | |
356 | 355 | | |
357 | 356 | | |
358 | 357 | | |
| |||
0 commit comments