File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export class UiFilterStatus {
109
109
110
110
/**
111
111
* click
112
- * When clicking on a status chip, open the Map Data pane
112
+ * When clicking on a status chip, toggle the Map Data pane.
113
113
* @param {Event } e - event that triggered the click (if any)
114
114
*/
115
115
click ( e ) {
@@ -120,8 +120,7 @@ export class UiFilterStatus {
120
120
121
121
this . Tooltip . hide ( ) ;
122
122
123
- // open the Issues pane
124
- ui . togglePanes ( context . container ( ) . select ( '.map-panes .map-data-pane' ) ) ;
123
+ ui . Overmap . MapPanes . MapData . togglePane ( ) ;
125
124
}
126
125
127
126
}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export class UiValidatorStatus {
143
143
144
144
/**
145
145
* click
146
- * When clicking on a status chip, open the Issues pane
146
+ * When clicking on a status chip, toggle the Issues pane.
147
147
* @param {Event } e - event that triggered the click (if any)
148
148
*/
149
149
click ( e ) {
@@ -155,8 +155,7 @@ export class UiValidatorStatus {
155
155
this . IssuesTooltip . hide ( ) ;
156
156
this . ResolvedTooltip . hide ( ) ;
157
157
158
- // open the Issues pane
159
- ui . togglePanes ( context . container ( ) . select ( '.map-panes .issues-pane' ) ) ;
158
+ ui . Overmap . MapPanes . Issues . togglePane ( ) ;
160
159
}
161
160
162
161
}
You can’t perform that action at this time.
0 commit comments