This commit is contained in:
Sandeep Somavarapu 2020-02-03 09:36:08 +01:00
parent 50a7443ae8
commit 39e290dbbc

View file

@ -12,7 +12,7 @@ export const enum ProblemSeverity {
export class Problems {
static PROBLEMS_VIEW_SELECTOR = '.panel.markers-panel';
static PROBLEMS_VIEW_SELECTOR = '.panel .markers-panel';
constructor(private code: Code) { }