Skip to content

Commit a7ab13f

Browse files
committed
Fixed linter errors
1 parent be0a36d commit a7ab13f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Diff for: src/assets/javascripts/integrations/clipboard/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ import {
2929
} from "rxjs"
3030

3131
import { translation } from "~/_"
32-
import {
33-
getElement,
34-
getElements
35-
} from "~/browser"
32+
import { getElement } from "~/browser"
3633

3734
/* ----------------------------------------------------------------------------
3835
* Helper types

Diff for: src/assets/stylesheets/main/extensions/pymdownx/_highlight.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@
215215
// removed after copying is done to mitigate whitespace-related issues.
216216
code[data-md-copying] {
217217

218-
// Remove highlighted lines - see https://bit.ly/32iVGWh
218+
// Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
219219
.hll {
220220
display: contents;
221221
}
222222

223-
// Remove code annotation
223+
// Temporarily remove annotations
224224
.md-annotation {
225225
display: none;
226226
}

0 commit comments

Comments
 (0)