mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Run TSLint in Azure Pipelines (#3639)
This commit is contained in:
@@ -40,4 +40,4 @@ export class FileTelemetryService implements ITelemetryService {
|
||||
machineId: 'someValue.machineId'
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
@@ -36,7 +36,7 @@ export abstract class FixedCollapsibleView extends AbstractCollapsibleView {
|
||||
this.setFixed(this.fixedSize);
|
||||
|
||||
if (this.body) {
|
||||
if (state == CollapsibleState.COLLAPSED) {
|
||||
if (state === CollapsibleState.COLLAPSED) {
|
||||
// make sure the body goes out of the tabindex world by hiding it
|
||||
$(this.body).hide();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user