We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dimension
BaseComponent
1 parent 67cea8b commit 6c830a4Copy full SHA for 6c830a4
denops/fall/component/_component.ts
@@ -76,7 +76,7 @@ export abstract class BaseComponent implements Component {
76
return { bufnr, winid };
77
}
78
79
- get dimension(): Readonly<Dimension> {
+ protected get dimension(): Readonly<Dimension> {
80
return this.#dimension;
81
82
0 commit comments