Skip to content

Commit

Permalink
Removed self from orthographyEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Denisoed committed May 12, 2024
1 parent 8f76363 commit 9c65fad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/orthography/orthographyEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ interface IGetColRowResult {
row: number;
}

let self: any;

export class OrthographyEditor implements IOrthographyEditor {
private app: App;
private settings: OrthographySettings;
Expand All @@ -26,7 +24,7 @@ export class OrthographyEditor implements IOrthographyEditor {
}

public init(): void {
self = this;
// init
}

public destroy(): void {
Expand Down

0 comments on commit 9c65fad

Please sign in to comment.