File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
vscode-single-select/select-mode Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3535 < vscode-option > Lorem</ vscode-option >
3636 < vscode-option > Ipsum</ vscode-option >
3737 < vscode-option > Dolor</ vscode-option >
38- < vscode-option > Lorem ipsum dolor sit amet, consectetur adipiscing elit.</ vscode-option >
38+ < vscode-option
39+ > Lorem ipsum dolor sit amet, consectetur adipiscing
40+ elit.</ vscode-option
41+ >
3942 </ vscode-multi-select >
4043 < button type ="button "> focus</ button >
4144 </ vscode-demo >
Original file line number Diff line number Diff line change 3131 < vscode-option > Ipsum</ vscode-option >
3232 < vscode-option > Dolor</ vscode-option >
3333 < vscode-option > Sit</ vscode-option >
34- < vscode-option > Lorem ipsum dolor sit amet, consectetur adipiscing elit.</ vscode-option >
34+ < vscode-option
35+ > Lorem ipsum dolor sit amet, consectetur adipiscing
36+ elit.</ vscode-option
37+ >
3538 </ vscode-single-select >
3639 </ vscode-demo >
3740 </ main >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export class VscodeScrollable extends VscElement {
6666 */
6767 @property ( { type : Number , attribute : 'scroll-pos' } )
6868 set scrollPos ( val : number ) {
69- this . _scrollPos = val ;
69+ this . _scrollPos = this . _limitScrollPos ( val ) ;
7070 this . _updateScrollbar ( ) ;
7171 this . _updateThumbPosition ( ) ;
7272 this . requestUpdate ( ) ;
You can’t perform that action at this time.
0 commit comments