mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Editor: cursor-scoped Add view and reorder for composition views
This commit is contained in:
@@ -440,8 +440,8 @@ export function SpecEditor() {
|
||||
// disposed below like the config actions.
|
||||
const transformActionsSub = installSpecTransformActions(editor);
|
||||
|
||||
// "+ Add view" CodeLens over composition arrays — per editor, because its
|
||||
// command needs this editor's handle to apply the edit.
|
||||
// Cursor-aware composition CodeLens (add view above/below, reorder) — per
|
||||
// editor, because its commands need this editor's handle to apply the edit.
|
||||
const codeLensSub = installSpecTransformCodeLens(editor);
|
||||
|
||||
// Cmd/Ctrl+S is owned globally by the EventRouter (docs/architecture/04 →
|
||||
|
||||
Reference in New Issue
Block a user