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.
scrollIntoViewOnCollapse
FileContentsCard
1 parent 213a88a commit cfab745Copy full SHA for cfab745
app/controllers/demo/file-contents-card.ts
@@ -65,7 +65,7 @@ export default class DemoFileContentsCardController extends Controller {
65
66
@tracked isCollapsible: boolean = false;
67
@tracked headerTooltipText: boolean = false;
68
- @tracked scrollIntoViewOnCollapse: boolean = false;
+ @tracked scrollIntoViewOnCollapse: boolean = true;
69
70
@action selectedDocumentIndexDidChange(event: Event) {
71
const target: HTMLSelectElement = event.target as HTMLSelectElement;
0 commit comments