Skip to content

Commit 6c830a4

Browse files
committed
💪 protect dimension property of BaseComponent
1 parent 67cea8b commit 6c830a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/component/_component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export abstract class BaseComponent implements Component {
7676
return { bufnr, winid };
7777
}
7878

79-
get dimension(): Readonly<Dimension> {
79+
protected get dimension(): Readonly<Dimension> {
8080
return this.#dimension;
8181
}
8282

0 commit comments

Comments
 (0)