Skip to content

Commit

Permalink
set default focused element
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Feb 18, 2024
1 parent bb9a20b commit 98e9529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/FakeCommandServerApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export class FakeCommandServerApi implements CommandServerApi {

constructor() {
this.signals = { prePhrase: { getVersion: async () => null } };
this.focusedElementType = "textEditor";
}

getFocusedElementType(): FocusedElementType | undefined {
Expand Down

0 comments on commit 98e9529

Please sign in to comment.