Skip to content

Commit d7be1ae

Browse files
committed
Make scrollMax prop readonly
1 parent 90937c5 commit d7be1ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vscode-scrollable/vscode-scrollable.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export class VscodeScrollable extends VscElement {
8080
/**
8181
* The maximum amount of the `scrollPos`.
8282
*/
83-
@property({type: Number, attribute: 'scroll-max'})
8483
get scrollMax(): number {
8584
if (!this._scrollableContainer) {
8685
return 0;

0 commit comments

Comments
 (0)