mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
update css selectors
This commit is contained in:
@@ -31,7 +31,7 @@ function generateViewMoreElement(outputId: string, adjustableSize: boolean) {
|
||||
return container;
|
||||
}
|
||||
|
||||
export function truncatedArrayOfString(id: string, buffer: string[], linesLimit: number, container: HTMLElement) {
|
||||
function truncatedArrayOfString(id: string, buffer: string[], linesLimit: number, container: HTMLElement) {
|
||||
const lineCount = buffer.length;
|
||||
container.appendChild(generateViewMoreElement(id, true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user