File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export async function viewIssueDetails(full: GitHubIssue) {
153
153
154
154
// Remove any existing cloned labels from the bottom bar
155
155
bottomBarClearLabels ( ) ;
156
-
156
+
157
157
// Wait for the issue element to exist, useful when loading issue from URL
158
158
const issueElement = await waitForElement ( `div[data-issue-id="${ full . id } "]` ) ;
159
159
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function closeModal() {
19
19
document . body . classList . remove ( "preview-active" ) ;
20
20
issuesContainer ?. classList . remove ( "keyboard-selection" ) ;
21
21
bottomBarClearLabels ( ) ;
22
-
22
+
23
23
const newURL = new URL ( window . location . href ) ;
24
24
newURL . searchParams . delete ( "issue" ) ;
25
25
newURL . searchParams . delete ( "proposal" ) ;
@@ -31,4 +31,4 @@ export function bottomBarClearLabels() {
31
31
if ( existingClonedLabels ) {
32
32
bottomBar . removeChild ( existingClonedLabels ) ;
33
33
}
34
- }
34
+ }
You can’t perform that action at this time.
0 commit comments