Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 97aef31

Browse files
committed
Merge pull request #11721 from ficristo/fixlintercollapse
Fixed a bug when there is only a linter error and it is collapsed
2 parents 18a409b + 5556888 commit 97aef31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/language/CodeInspection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ define(function (require, exports, module) {
329329
if (providersReportingProblems.length === 1) {
330330
// don't show a header if there is only one provider available for this file type
331331
$problemsPanelTable.find(".inspector-section").hide();
332+
$problemsPanelTable.find("tr").removeClass("forced-hidden");
332333

333334
if (numProblems === 1 && !aborted) {
334335
message = StringUtils.format(Strings.SINGLE_ERROR, providersReportingProblems[0].name);

0 commit comments

Comments
 (0)