aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/commands.ts')
-rw-r--r--editors/code/src/commands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts
index ad0b533b9..59ef98ecf 100644
--- a/editors/code/src/commands.ts
+++ b/editors/code/src/commands.ts
@@ -154,7 +154,7 @@ export function moveItem(ctx: Ctx, direction: ra.Direction): Cmd {
154 direction 154 direction
155 }); 155 });
156 156
157 if(!edit) return; 157 if (!edit) return;
158 158
159 await editor.edit((builder) => { 159 await editor.edit((builder) => {
160 client.protocol2CodeConverter.asTextEdits(edit.edits).forEach((edit: any) => { 160 client.protocol2CodeConverter.asTextEdits(edit.edits).forEach((edit: any) => {