mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
Extension shortcuts registered via registerShortcut() were not firing when the extension also used setEditorComponent(). This happened because setEditorComponent() copied onExtensionShortcut from defaultEditor at creation time, capturing undefined if setupExtensionShortcuts() hadn't run yet. The fix is to delegate to defaultEditor.onExtensionShortcut at call time. |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| mom | ||
| pods | ||
| tui | ||
| web-ui | ||