Skip to content

Commit 533814e

Browse files
committed
fix: Fix bad merge.
1 parent 0fda717 commit 533814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/enter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class EnterAction {
154154
} else if (curNode instanceof icons.Icon) {
155155
curNode.onClick();
156156
renderManagement.finishQueuedRenders().then(() => {
157-
cursor.in();
157+
cursor?.in();
158158
});
159159
return true;
160160
}

0 commit comments

Comments
 (0)